C-DEngine 5.105

nmiCtrlShape..::..SendPointer Property

If set to true, the area will send pointer events via "UPDATE_POINTER" to the service Relay owning the control

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

Syntax


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