Version

RightClickBehavior Property

Gets or sets a value which indicates how the WebHtmlEditor should behave when it is right-clicked with the mouse.
Syntax
'Declaration
 
Public Property RightClickBehavior As RightClickBehavior
public RightClickBehavior RightClickBehavior {get; set;}

Property Value

A RightClickBehavior value indicating how the WebHtmlEditor should behave when it is right-clicked with the mouse. The default setting is RightClickBehavior. The default value is RightClickMenu.HtmlBoxMenu.
Remarks

The default value displays a "Windows-style" right-click menu which is tightly coupled with the WebHtmlEditor. Set this property to RightClickBehavior.WindowsMenu to display the standard Windows menu. Set this property to RightClickBehavior.None to suppress all menus.

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