Search
EHitTestPriority Enumeration
See Also
 



Members of this enumeration can be assigned to the HitTestPriority property to specify the order in which items are hit-tested.

 Syntax

VB6  Copy Code

Public Enum EHitTestPriority

C++  Copy Code

enum EHitTestPriority

 Members

  Member name Value Description

htpZOrder

0

Hit-test items according to the Z order.

htpNodesBeforeArrows

1

Hit-test nodes before arrows.

 See Also