C-DEngine 5.105

TheNMIBaseControl..::..Explainer Property

Adds an explainer text to wizards and other controls that support explainer

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

Syntax


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