C-DEngine 5.105

nmiCtrlTouchDraw..::..ShowPlay Property

shows the play button

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

Syntax


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