Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / FindCommand Method
The shortcut keys associated with the command.

In This Topic
    FindCommand Method
    In This Topic
    Gets the C1Command associated with the shortcut.
    Syntax
    'Declaration
     
    
    Public Function FindCommand( _
       ByVal shortcut As Shortcut _
    ) As C1Command
    public C1Command FindCommand( 
       Shortcut shortcut
    )

    Parameters

    shortcut
    The shortcut keys associated with the command.
    See Also