MobileForms Toolkit Documentation

Group.Shortcuts Property

Gets or sets the shortcuts collection assigned to the group.

public ShortcutsCollection Shortcuts {get;}

Property Value

A representing the shortcuts in the Group.

Remarks

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

See Also

Group Class | Resco.Controls.OutlookControls Namespace | ShortcutsCollection