C-DEngine 5.105

nmiDashboardTile..::..RSB Property

if set to True, the screen behind the Tile has to be reloaded if this tile was reloaded (Reload Screen Behind)

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

Syntax


public bool RSB { get; set; }
Public Property RSB As Boolean
	Get
	Set
public:
property bool^ RSB {
	bool^ get ();
	void set (bool^ value);
}