Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuSeparator Class / HotKey Property

In This Topic
    HotKey Property (C1MenuSeparator)
    In This Topic
    Gets or sets the text of the hotkey that will call the command tied to the specified item.
    Syntax
    'Declaration
     
    
    Public Property HotKey As String
    public string HotKey {get; set;}
    Remarks
    This property does not associate the hotkey with the menu item; it simply adds text to the menu item. The application must handle the user's input to carry out the action.
    See Also