CADability dotNET
Gets or sets a flag which controls the context menu when a right mouse click in this view happens.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

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

See Also