C-DEngine 5.105

TheNMIBaseControl..::..RemoveClassName Property

Removes a classname from the classlist of a control

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

Syntax


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