ComponentOne Menus and Toolbars for WinForms
FindID Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1NavBarPanel.PanelCollection Class : FindID Method
The value of the ID property to search for.
Looks for the panel in the collection with the specified value of the ID property.
Syntax
'Declaration
 
Public Function FindID( _
   ByVal id As System.Integer _
) As C1NavBarPanel
public C1NavBarPanel FindID( 
   System.int id
)

Parameters

id
The value of the ID property to search for.

Return Value

Panel with the specified ID, or null if no such panel exists.
See Also

Reference

C1NavBarPanel.PanelCollection Class
C1NavBarPanel.PanelCollection Members