C-DEngine 5.105

TheNMIBaseControl..::..Group Property

Groups visibility of multiple objects. Only one is visible at a time. (i.e. Tab Controls) Syntax: "GroupName:ID"

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

Syntax


public string Group { get; set; }
Public Property Group As String
	Get
	Set
public:
property String^ Group {
	String^ get ();
	void set (String^ value);
}