C-DEngine 5.105

TheFormInfo..::..IsUsingAbsolute Property

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

Syntax


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