Accusoft.NotateXpressSdk Namespace : GroupCollection Class |
The following tables list the members exposed by GroupCollection.
Name | Description | |
---|---|---|
AllowUserGrouping | Gets and sets whether users can create and destroy groups by keyboard commands. | |
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets and sets the given group within the group collection. |
Name | Description | |
---|---|---|
Add | Adds the given group to the current GroupCollection. | |
Clear | Clears the entire collection as well as calls the Clear function of the base class. | |
Contains | Determines if the group collection contains the given Group. | |
CopyTo | Copies the entire group collection to the given array, starting at given index of the target array. | |
Dispose | Releases all resources used by this GroupCollection object. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Searches for a group based on the given value and returns the index position of the first occurrence within the entire GroupCollection. | |
Insert | Inserts a Group at the given index location within the group collection. | |
Remove | Removes the given Group from the group collection. | |
RemoveAt | Removes a group within the group collection located at the given index. |