C-DEngine 5.105

TheNMIBaseControl..::..IsAbsolute Property

Enabled all children controls for absolut positioning (children have to use TileLeft, TileTop, Left or Top to position)

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

Syntax


public Nullable<bool> IsAbsolute { get; set; }
Public Property IsAbsolute As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> IsAbsolute {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}