MobileForms Toolkit Documentation

OutlookShortcutBar Class

OutlookShortcutBar displays various groups of shortcuts with text and images.

For a list of all members of this type, see OutlookShortcutBar Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     Resco.Controls.OutlookControls.OutlookShortcutBar

public class OutlookShortcutBar : UserControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

OutlookShortcutBar can be designed in various ways to provide the advanced look and feel of a toolbox or application main screen.

OutlookShortcutBar contains Groups of shortcuts. GroupStyle determines if groups are displayed either as buttons in toolbox (one per line) or as links at the bottom of the control (like tab control).

SelectedIndex determines the selected group. Shortcuts of the selected group are displayed, others are hidden.

ShortcutsViewStyle determines how shortcuts in given group are displayed. This can be either one shortcut per line (as in toolbox), or side by side.

The common look of the groups can be set with OutlookShortCut's properties, the look of the items can be changed per Group.

Requirements

Namespace: Resco.Controls.OutlookControls

Assembly: Resco.OutlookControls.CF3 (in Resco.OutlookControls.CF3.dll)

See Also

OutlookShortcutBar Members | Resco.Controls.OutlookControls Namespace