C-DEngine 5.105

TheNMIBaseControl..::..EnableMT Property

Enables Multitouch on the control

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> EnableMT { get; set; }
Public Property EnableMT As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> EnableMT {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}