Represents the collection of shortcuts in a OutlookShortcutBar.
For a list of all members of this type, see ShortcutsCollection Members.
System.Object
System.Collections.CollectionBase
Resco.Controls.OutlookControls.ShortcutsCollection
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 ShortcutsCollection class encapsulates the shortcuts in the OutlookShortcutBar. The shortcuts collection of a OutlookShortcutBar can be used to manage shortcuts.
You can add shortcuts to the collection in several ways. The Add method adds one shortcut to the collection. To insert an shortcut at a specific location within the collection, you can use the Insert method. To remove shortcut in the collection you can use the Remove method.
In addition to methods and properties for adding and removing shortcuts, the ShortcutsCollection also provides methods to find shortcuts within the collection. The Contains method enables you to determine if an shortcut is a member of the collection. Once you know that the shortcut is located within the collection, you can use the IndexOf method to determine where the shortcut is located within the collection.
Namespace: Resco.Controls.OutlookControls
Assembly: Resco.OutlookControls.CF3 (in Resco.OutlookControls.CF3.dll)
ShortcutsCollection Members | Resco.Controls.OutlookControls Namespace