|

Position


(number) The z-order position the object should take:



CONSTANT


VALUE DESCRIPTION


ZORDER_FRONT


0


Move the object to the front of the z-order.


ZORDER_BACK


1


Move the object to the back of the z-order.


ZORDER_FORWARD


2


Move the object forward one position in the z-order.


ZORDER_BACKWARD


3


Move the object backward one position in the z-order.


ZORDER_INSERT_BEFORE


4


Move the object into the z-order position in front of the object specified in ReferenceObject.


ZORDER_INSERT_BEHIND


5


Move the object into the z-order position behind the object specified in ReferenceObject.


|