C-DEngine 5.105

nmiCtrlSmartLabel..::..Text Property

Can be used to set a static text of the smartLabel. It will be overwritten if the Value Property is set

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

Syntax


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