C-DEngine 5.105

nmiDashboardTile..::..ForceLoad Property

Forces the NMI to load the screen behind the DashboardTile to be loaded immediately

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

Syntax


public Nullable<bool> ForceLoad { get; set; }
Public Property ForceLoad As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> ForceLoad {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}