Click or drag to resize

ContextMenuItemText Property

Gets the text of the context menu item.

Namespace:  DotNetBrowser.ContextMenu
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string Text { get; }

Property Value

Type: String
The text of the context menu item. If this menu item represents a separator, its text will be an empty string.
See Also