C-DEngine 5.105

TheThing..::..IsHidden Property

The Thing will be running but does not show on the NMI ever. Shortcut for "SetProperty("IsHidden", value).

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

Syntax


public bool IsHidden { get; set; }
Public Property IsHidden As Boolean
	Get
	Set
public:
property bool^ IsHidden {
	bool^ get ();
	void set (bool^ value);
}