OLEObjects.ZOrder Property

Definition

Returns the z-order position of the object.

public:
 property int ZOrder { int get(); };
public int ZOrder { get; }
Public ReadOnly Property ZOrder As Integer

Property Value

Remarks

In any collection of objects, the object at the back of the z-order is collection(1), and the object at the front of the z-order is collection(collection.Count).

Applies to