Accusoft.NotateXpressSdk Namespace > GroupCollection Class : AllowUserGrouping Property |
'Declaration Public Property AllowUserGrouping As Boolean
'Usage Dim instance As GroupCollection Dim value As Boolean instance.AllowUserGrouping = value value = instance.AllowUserGrouping
public bool AllowUserGrouping {get; set;}
When this property is set to true, and multiple items are selected in a layer, when Ctrl-G is pressed, a new group is created and each of the selected items is added to the group. The new group's 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.
When a group is created by the user, a NotateXpress.UserGroupCreated event is raised. Likewise, when a group is destroyed by the user, a NotateXpress.UserGroupDestroyed event is raised.