Accusoft NotateXpress 12
ElementSetZOrder Method
See Also  Send comments on this topic.
elementHandle
The handle of an element returned by the ElementCreate method.
zorder
The Z-order of the given element.

Valid values are 1 to the number of elements in the layer which this element will be appended.

AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementSetZOrder Method

Glossary Item Box

Description

Sets the Z-order (bottom to top display) of an existing element.

Syntax

Visual Basic
Public Sub ElementSetZOrder( _
   ByVal elementHandle As Long, _
   ByVal zorder As Long _
) 

Parameters

elementHandle
The handle of an element returned by the ElementCreate method.
zorder
The Z-order of the given element.

Valid values are 1 to the number of elements in the layer which this element will be appended.

Remarks

The Z-order is the bottom-to-top painting order of the elements in a layer.

See Also

©2013. Accusoft Corporation. All Rights Reserved.