C-DEngine 5.105

nmiCtrlAboutButton..::..NodeText Property

Node of the plugin

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

Syntax


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