Gets the Z-order (bottom to top display) of an existing element.
Visual Basic |
---|
Public Function ElementGetZOrder( _ ByVal elementHandle As Long _ ) As Long |
- elementHandle
- The handle of an element returned by the ElementCreate method.
The Z-order of the given element.
The Z-order is the bottom-to-top painting order of the elements in a layer.