IGroupShapeLock class

IGroupShapeLock class

Determines which operations are disabled on the parent GroupShape.

The IGroupShapeLock type exposes the following members:

Properties

PropertyDescription
grouping_lockedDetermines whether adding this shape to a group is forbidden.
Read/write bool.
ungrouping_lockedDetermines whether splitting this groupshape is forbidden.
Read/write bool.
select_lockedDetermines whether selecting this shape is forbidden.
Read/write bool.
rotation_lockedDetermines whether changing rotation angle of this shape is forbidden.
Read/write bool.
aspect_ratio_lockedDetermines whether shape have to preserve aspect ratio on resizing.
Read/write bool.
position_lockedDetermines whether moving this shape is forbidden.
Read/write bool.
size_lockedDetermines whether resizing this shape is forbidden.
Read/write bool.
no_locks

See Also