See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set whether to allow the left double click window message to be handled. This is useful when trying to prevent a TreeNode from being checked / unchecked.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

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

Property Value

Type: Boolean

See Also