C-DEngine 5.105

nmiCtrlCheckField..::..ResultLabel Property

Shows the integer result of the Bitfield behind the Apply Button using this text as the label

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

Syntax


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