Gets and sets if users can create and destroy groups via keyboard commands.
Read-write property
Visual Basic |
---|
Public Property AllowUserGrouping As Boolean |
If user grouping is allowed.
When this property is True, and multiple items are selected in a layer, and the user presses Ctrl-G, a new group is created and each of the selected items is added to the group. The new groups yoked property is set to True, allowing immediate user manipulation of the group.
When a single group is selected and the user presses Ctrl-U, the selected group is disassembled back into individual elements.
The default value of this property is False.
When a group is created by the user, a UserGroupCreated event raises. Likewise, when a group is destroyed by the user, a UserGroupDestroyed event raises.