ShowShapeHandles Property

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

Applies to: Shape object

Syntax

[[Let] booleanRet =] object.ShowShapeHandles

[Let] object.ShowShapeHandles = booleanSet

The ShowShapeHandles 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 ShowShapeHandles property is also a table parameter of the shape, that is, its value can be described by a formula. To work with ShowShapeHandles as a table parameter, use the CDPT_SHOWSHAPEHANDLES constant tag.

 

See Also

NonPrinting property, ResizeBehaviour property, ShowAlignBox property, ShowControlHandles property, ShowText property