C-DEngine 5.105

nmiCtrlProgressBar..::..BarClassName Property

Style Class of the progress bar

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

Syntax


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