C-DEngine 5.105

TheNMIBaseControl..::..AddClassName Property

Adds a classname to the classlist of the control.

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

Syntax


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