C-DEngine 5.105

TheNMIBaseControl..::..PreventManipulation Property

Prevents Multitouch on the control

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

Syntax


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