C-DEngine 5.105

nmiCtrlTileButton..::..GroupID Property

defines a group of collapsible groups to be toggeled by a button. Syntax: "GroupName:ID" If a user clickes a button with a set GroupID, all Collabpsible groups in the GroupName will be closed the one with the ID will be opened

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

Syntax


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