The OutlookBar type exposes the following members.

Constructors

  NameDescription
OutlookBar
Initializes a new instance of the OutlookBar control.

Methods

  NameDescription
OnApplyTemplate
Called by the framework when the control template is applied.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)
OnItemsChanged
Called when the contents of the Items collection has changed.
(Overrides ItemsControl..::.OnItemsChanged(NotifyCollectionChangedEventArgs).)

Fields

  NameDescription
ExpandedItemCountProperty
Identifies the ExpandedItemCount property.

Properties

  NameDescription
ExpandedItemCount
Gets or sets the number of items to display as buttons. The remaining items are displayed as small icons. This is a dependency property.
SelectedItem
Gets the selected OutlookBarItem.

Events

  NameDescription
SelectedItemChanged
Raised when the SelectedItem property changes.

See Also