C-DEngine 5.105

nmiCtrlTileGroup..::..Format Property

Formats the Caption of the Group similar to string.format() in C#

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

Syntax


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