Represents the collection of groups in a OutlookShortcutBar.
For a list of all members of this type, see GroupsCollection Members.
System.Object
System.Collections.CollectionBase
Resco.Controls.OutlookControls.GroupsCollection
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The GroupsCollection class encapsulates the groups in the OutlookShortcutBar. The groups collection of a OutlookShortcutBar can be used to manage groups.
You can add groups to the collection in several ways. The Add method adds one group to the collection. To insert an group at a specific location within the collection, you can use the Insert method. To remove group in the collection you can use the Remove method.
In addition to methods and properties for adding and removing groups, the GroupsCollection also provides methods to find groups within the collection. The Contains method enables you to determine if an group is a member of the collection. Once you know that the group is located within the collection, you can use the IndexOf method to determine where the group is located within the collection.
Namespace: Resco.Controls.OutlookControls
Assembly: Resco.OutlookControls.CF3 (in Resco.OutlookControls.CF3.dll)
GroupsCollection Members | Resco.Controls.OutlookControls Namespace