C-DEngine 5.105

nmiCtrlFacePlate..::..HTML Property

a string with the HTML5 to be rendered in the control

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

Syntax


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