C-DEngine 5.105

TheScreenInfo..::..ForceReload Property

If set to true, the screen has to be reloaded (deleted and recreated) in the NMI

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

Syntax


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