ShowConnectPoints Property [Visio 2003 SDK Documentation]

Determines whether connection points are shown in a window.

intRet = object**.ShowConnectPoints**

object**.ShowConnectPoints** = intExpression

intRet     Integer. True (-1) if connection points are shown; otherwise, False (0). The default is to show connection points.

object     Required. An expression that returns a Window object.

intExpression     Required Integer. True (-1) to show connection points; False (0) to hide connection points.

Version added

4.5

Remarks

Using the ShowConnectPoints property is equivalent to clicking Connection Points on the View menu.

Applies to | Window object

See Also | ShowGrid property | ShowGuides property | ShowPageBreaks property | ShowRulers property | ShowStatusBar property