ContextMenuItemText Property  | 
 
                Gets the text of the context menu item.
            
 
    Namespace: 
   DotNetBrowser.ContextMenu
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.0
Syntaxpublic 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