xtd 0.2.0
Loading...
Searching...
No Matches

◆ text() [2/2]

menu_item & xtd::forms::menu_item::text ( const xtd::string value)

Sets a value indicating the caption of the menu item.

Parameters
valueThe text caption of the menu item.
Returns
Current menu_item.
Remarks
When you specify a caption for your menu item with the text parameter, you can also specify an access key by placing an '&' before the character to be used as the access key. For example, to specify the "F" in "File" as an access key, you would specify the caption for the menu item as "&File". You can use this feature to provide keyboard navigation for your menus.
Setting the text parameter to "-" causes your menu item to be displayed as a separator (a horizontal line) rather than a standard menu item.