C-DEngine 5.105

TheFormInfo..::..IsNotAutoLoading Property

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

Syntax


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