ShowControlHandles Property

A Boolean type property. A flag that specifies whether to show the shape's control handles. True - the control handles are visible. False - the control handles are not visible.

Applies to: Shape object

Syntax

[[Let] booleanRet =] object.ShowControlHandles

[Let] object.ShowControlHandles = booleanSet

The ShowControlHandles property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
booleanRet Optional. A Boolean type variable.
booleanSet Required. An expression that returns a Boolean value.

Remarks

The ShowControlHandles property is also a table parameter of the shape, that is, its value can be described by a formula. To work with ShowControlHandles as a table parameter, use the CDPT_SHOWCONTROLHANDLES constant tag.

 

See Also

NonPrinting property, ResizeBehaviour property, ShowAlignBox property, ShowShapeHandles property, ShowText property