C-DEngine 5.105

TheFormInfo..::..IsAlwaysEmpty Property

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

Syntax


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