C-DEngine 5.105

nmiCtrlTileGroup..::..LabelFormat Property

Allows to set a format for the caption of the Screen

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

Syntax


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