Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CustomizerForm Class / FindFirst Method
Category name.

In This Topic
    FindFirst Method
    In This Topic
    Finds first command in C1CommandHolder belongs to category.
    Syntax
    'Declaration
     
    
    Public Function FindFirst( _
       ByVal catname As String _
    ) As C1Command
    public C1Command FindFirst( 
       string catname
    )

    Parameters

    catname
    Category name.
    See Also