WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Menu Assembly
/
C1.WinUI.Menu Namespace
/
C1MenuItem Class
/ HotKey Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
HotKey Property
In This Topic
Gets or sets the text of the hotkey that will call the command tied to the specified item.
Syntax
C#
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
Reference
C1MenuItem Class
C1MenuItem Members