Version

RightClickMenu Property

Gets an HtmlBoxMenu control representing the right-click menu displayed when the user right-clicks on the WebHtmlEditor with the mouse.
Syntax
'Declaration
 
Public ReadOnly Property RightClickMenu As HtmlBoxMenu
public HtmlBoxMenu RightClickMenu {get;}

Property Value

An WebHtmlEditor control representing the right-click menu displayed when the user right-clicks on the WebHtmlEditor with the mouse.
Remarks

The default right-click menu (used when the WebHtmlEditor.RightClickBehavior property is RightClickBehavior.HtmlBoxMenu) is a context sensitive right-click menu tightly coupled with the WebHtmlEditor. For example, when the user right-clicks within a table, they are presented with table specific options such as "Table Properties" and "Cell Properties".

Style changes to the global WebHtmlEditor.MenuStyle object are applied to the WebHtmlEditor.RightClickMenu.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also