ShowConnectPoints property

Microsoft Visio Developer Reference

ShowConnectPoints property

   Example   

Determines whether connection points are shown in a window.

Version added

4.5

Syntax

intRet = object.ShowConnectPoints
object.ShowConnectPoints = intExpression

intRet

Integer. True (-1) if connection points are shown; otherwise, False (0).

object

Required. An expression that returns a Window object.

intExpression

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

Remarks

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