Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1Tool Class / HotKey Property

In This Topic
    HotKey Property (C1Tool)
    In This Topic
    Gets or sets the hotkey text that will be displayed in tooltips and overflow menus.
    Syntax
    'Declaration
     
    
    Public Property HotKey As String
    public string HotKey {get; set;}
    Remarks
    This feature doesn't implement the hotkey action, it only shows the text.
    See Also