MenuItem.InputGestureText Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the text describing an input gesture that will call the command tied to the specified item.
public:
property System::String ^ InputGestureText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string InputGestureText { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.InputGestureText : string with get, set
Public Property InputGestureText As String
The text that describes the input gesture, such as Ctrl+C for the Copy command. The default is an empty string ("").
- Attributes
The following examples show how to use the InputGestureText property to assign keyboard shortcuts text to menu items.
<MenuItem Header="_Cut" InputGestureText="Ctrl+X"/>
<MenuItem Header="_Find" InputGestureText="Ctrl+F"/>
mia = new MenuItem();
mia.Header = "_Cut";
mia.InputGestureText = "Ctrl+X";
mi.Items.Add(mia);
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. For information on how to associate a command with a menu item, see Command.
Item | Value |
---|---|
Identifier field | InputGestureTextProperty |
Metadata properties set to true |
None |
Продукт | Версии |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: