C-DEngine 5.105

nmiCtrlShape..::..EnableMouseMove Property

if set to true, the area will fire "OnPointerMove" events

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

Syntax


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