C-DEngine 5.105

nmiCtrlTileButton..::..EnableTap Property

Allows to just tap the button

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

Syntax


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