ContextMenuItemText Property |
Gets the text of the context menu item.
Namespace:
DotNetBrowser.ContextMenu
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public string Text { get; }
Property Value
Type:
StringThe text of the context menu item. If this menu item represents a separator, its text will be an empty string.
See Also