Gets or sets the position of this box in the Z order.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ZIndex() As Long |
C++
Copy Code
|
|---|
public: |
A long value.
RemarksHolds the index of an item in the Z order. Its value can vary from 0 to 'number of objects in the document - 1'.
See Also