Returns a ControlDot object that corresponds to a shape's control handle by its index in the control handle collection of the shape.
Applies to: Shape object
[[Set] controlDotRet =] object.ControlDot ( index ) |
The ControlDot method syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
index | Required. An expression that returns a Long value. The index of the control handle in the control handle collection of the shape. |
controlDotRet | Optional. A ControlDot type variable. |
If index is less than 1 or greater than the number of control handles of the shape, the ControlDot method returns Nothing. To find out the number of control handles of the shape, use the ControlDotsNum method.
See Also |
AddControlDot method, ControlDotsNum method, RemoveControlDot method, ControlDot object |