C-DEngine 5.105

TheNMIBaseControl..::..Caption Property

Sets the Caption of the TileGroup. If Null or "" no header will be shown. Otherwise a ctrlSmartLabel will be used to show the title of the TG Same as the "Title" or "Label" Property

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

Syntax


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