C-DEngine 5.105

nmiCtrlCollapsibleGroup..::..DoClose Property

if set to true, the group will be collapsed OnLoad

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

Syntax


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