RibbonTabFindItem Method (String, RibbonPanel, Boolean)
 | 
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public RibbonItem FindItem(
        string id,
        RibbonPanel parentPanel,
        bool searchSubItems
)
 
Public Function FindItem ( 
        id As String,
        parentPanel As RibbonPanel,
        searchSubItems As Boolean
) As RibbonItem
 
public:
RibbonItem^ FindItem(
        String^ id, 
        RibbonPanel^ parentPanel, 
        bool searchSubItems
)
 
member FindItem : 
        id : string * 
        parentPanel : RibbonPanel * 
        searchSubItems : bool -> RibbonItem 
 
 
 
Parameters
- id
 
- Type: SystemString
 
- parentPanel
 
- Type: Bricscad.WindowsRibbonPanel
 
- searchSubItems
 
- Type: SystemBoolean
 
Return Value
Type: 
RibbonItem 
See Also