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

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

    Parameters

    catname
    Category name.
    See Also