C-DEngine 5.105

TheNMIBaseControl..::..ZIndex Property

Sets the ZIndex of an HTML Element in the browser

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

Syntax


public int ZIndex { get; set; }
Public Property ZIndex As Integer
	Get
	Set
public:
property int^ ZIndex {
	int^ get ();
	void set (int^ value);
}