Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandControl Class / Shortcut Property

In This Topic
    Shortcut Property (C1CommandControl)
    In This Topic
    Gets or sets the keyboard shortcut associated with the command.
    Syntax
    'Declaration
     
    
    Public Property Shortcut As Shortcut
    public Shortcut Shortcut {get; set;}
    See Also