C-DEngine 5.105

nmiCtrlVideoViewer..::..ShowControls Property

Shows or hides the video controls

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

Syntax


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