ComponentOne Basic Library for WPF and Silverlight
InputGestureText Property


C1.WPF Namespace > C1MenuItem Class : InputGestureText Property
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 System.String
'Usage
 
Dim instance As C1MenuItem
Dim value As System.String
 
instance.InputGestureText = value
 
value = instance.InputGestureText
public System.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.
See Also

Reference

C1MenuItem Class
C1MenuItem Members