IPictureFrameLock class

IPictureFrameLock class

Determines which operations are disabled on the parent PictureFrameEx.

The IPictureFrameLock type exposes the following members:

Properties

PropertyDescription
grouping_lockedDetermines whether an adding this shape to a group is forbidden.
Read/write bool.
select_lockedDetermines whether a selecting this shape is forbidden.
Read/write bool.
rotation_lockedDetermines whether a changing rotation angle of this shape is forbidden.
Read/write bool.
aspect_ratio_lockedDetermines whether a shape have to preserve aspect ratio on resizing.
Read/write bool.
position_lockedDetermines whether a moving this shape is forbidden.
Read/write bool.
size_lockedDetermines whether a resizing this shape is forbidden.
Read/write bool.
edit_points_lockedDetermines whether a direct changing of contour of this shape is forbidden.
Read/write bool.
adjust_handles_lockedDetermines whether a changing adjust values is forbidden.
Read/write bool.
arrowheads_lockedDetermines whether a changing arrowheads is forbidden.
Read/write bool.
shape_type_lockedDetermines whether a changing of a shape type is forbidden.
Read/write bool.
crop_lockedDetermines whether an image cropping is forbidden.
Read/write bool.
no_locks

See Also