C-DEngine 5.105

nmiDashboardTile..::..HTMLUrl Property

Allows to set an HTML5 FacePlate to the tileButton

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

Syntax


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