Accusoft.NotateXpress13.Net
AllowUserGrouping Property




Gets and sets whether users can create and destroy groups by keyboard commands.
Syntax
'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;}
public: __property bool get_AllowUserGrouping();
public: __property void set_AllowUserGrouping( 
   bool value
);
public:
property bool AllowUserGrouping {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when users can create and destroy groups. Otherwise, false is returned.
Remarks

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.

See Also

Reference

GroupCollection Class
GroupCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback