_OLEObject.ZOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the z-order position of the object. Read-only Integer.
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).