Version

RightClickBehavior Enumeration

Enumerates what occurs when the user right-clicks on the WebHtmlEditor.
Syntax
'Declaration
 
Public Enum RightClickBehavior 
   Inherits System.Enum
public enum RightClickBehavior : System.Enum 
Members
MemberDescription
HtmlBoxMenuA context-sensitive WebHtmlEditor menu is displayed.
NothingNothing is displayed. The right-click event is suppressed.
WindowsMenuThe standard windows right-click menu is displayed.
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