Specifies whether the browser context menu is enabled. Set this to false to disable the browser context menu.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool EnableBrowserContextMenu { get; set; }
Visual Basic
Public Property EnableBrowserContextMenu As Boolean
	Get
	Set
Visual C++
public:
property bool EnableBrowserContextMenu {
	bool get ();
	void set (bool value);
}

See Also