Group

Group class

Contains elements that control how you add shapes to a group, move members of a group, and select groups.

Properties

NameTypeDescription
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
SelectModeSelectModeSpecifies how the user selects a group shape and its members.
DisplayModeDisplayModeWhen it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are display
IsDropTargetBoolValueSpecifies whether the group allows a shape to be added to it when the shape is dropped on the group.
IsSnapTargetBoolValueSpecifies whether snapping to a group or to shapes within the group is enabled.
IsTextEditTargetBoolValueSpecifies how to assign text to a group.
DontMoveChildrenBoolValueSpecifies whether you can drag shapes in a group by using the mouse.

Group.Del property

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

Type: int

Group.SelectMode property

Specifies how the user selects a group shape and its members.

Type: SelectMode

Group.DisplayMode property

When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.

Type: DisplayMode

Group.IsDropTarget property

Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.

Type: BoolValue

Group.IsSnapTarget property

Specifies whether snapping to a group or to shapes within the group is enabled.

Type: BoolValue

Group.IsTextEditTarget property

Specifies how to assign text to a group.

Type: BoolValue

Group.DontMoveChildren property

Specifies whether you can drag shapes in a group by using the mouse.

Type: BoolValue