ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonButton Class / ShortcutKeys Property

In This Topic
    ShortcutKeys Property (RibbonButton)
    In This Topic
    Gets or sets the shortcut keys associated with the button.
    Syntax
    'Declaration
     
    Public Property ShortcutKeys As System.Windows.Forms.Keys
    public System.Windows.Forms.Keys ShortcutKeys {get; set;}
    See Also