ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MenuItem Class / InputGestureText Property



In This Topic
    InputGestureText Property
    In This Topic
    Gets or sets the text describing an input gesture that will call the command tied to the specified item.
    Syntax
    'Declaration
     
    
    Public Property InputGestureText As String
    'Usage
     
    
    Dim instance As C1MenuItem
    Dim value As String
     
    instance.InputGestureText = value
     
    value = instance.InputGestureText
    public string InputGestureText {get; set;}
    public:
    property String^ InputGestureText {
       String^ get();
       void set (    String^ value);
    }
    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.
    See Also