[]
        
(Showing Draft Content)

C1.WPF.C1MenuItem.InputGestureText

InputGestureText Property

InputGestureText

Gets or sets the text describing an input gesture that will call the command tied to the specified item.

Declaration
public string InputGestureText { get; set; }
Remarks

This property does not associate the input gesture 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.