MobileForms Toolkit Documentation

OutlookShortcutBar.Groups Property

Gets the groups collection assigned to the control.

public GroupsCollection Groups {get;}

Property Value

A representing the groups in the OutlookShortcutBar.

Remarks

This property enables you to obtain a reference to the list of groups that are currently stored in the OutlookShortcutBar. With this reference, you can add items, remove items, and obtain a count of the items in the collection. For more information on the tasks that can be performed with the item collection, see the class reference topics.

See Also

OutlookShortcutBar Class | Resco.Controls.OutlookControls Namespace | GroupsCollection | GroupsCollection