\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ListBehavior Class / FindCommand Method

In This Topic
    FindCommand Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function FindCommand( _
       ByVal commandId As System.ComponentModel.Design.CommandID _
    ) As System.ComponentModel.Design.MenuCommand
    public virtual System.ComponentModel.Design.MenuCommand FindCommand( 
       System.ComponentModel.Design.CommandID commandId
    )

    Parameters

    commandId
    See Also