C-DEngine 5.105

nmiDashboardTile..::..ThumbNail Property

Note: This API is now obsolete.
displays an image as Thumbnail on the button

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

Syntax


[ObsoleteAttribute]
public string ThumbNail { get; set; }
<ObsoleteAttribute> _
Public Property ThumbNail As String
	Get
	Set
[ObsoleteAttribute]
public:
property String^ ThumbNail {
	String^ get ();
	void set (String^ value);
}