ZIndex

Definition of the position on the Z axis.

The higher the entry, the more the control is in the foreground. A control with a larger ZIndex hides a control with a smaller one.

ZIndex 1:

ZIndex is not easy to understand because the index is not global but in a so-called stacking context. Each container control creates its own stacking context.

ZIndex 2:

Learn how controls can be positioned and their size defined.

Schema: tchmi:general#/definitions/UDINT

Attribute getter

public getZindex(): number | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

number, null

The current value of the attribute.

Attribute setter

public setZindex(valueNew: number | null): void;

Parameter

Name

Type

Description

valueNew

number, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

ZIndex 3:

Available from 1.8