Search
EShowAnchors Enumeration
See Also
 



Members of this enumeration can be assigned to the ShowAnchors property to specify when anchor points are painted.

 Syntax

VB6  Copy Code

Public Enum EShowAnchors

C++  Copy Code

enum EShowAnchors

 Members

  Member name Value Description

saAlways

0

Always show the anchor points.

saNever

1

Never show the anchor points.

saAuto

2

Automatically shows the anchor points of a node when the node is pointed with the mouse.

saSelected

4

Shows the anchor points of all selected nodes.

 See Also