The OutlookBarItem type exposes the following members.

Constructors

  NameDescription
OutlookBarItem

Fields

  NameDescription
CollapsedHeaderProperty
Identifies the CollapsedHeader property.
ContentProperty
Identifies the Content property.
HeaderProperty
Identifies the Header property.
IsSelectedProperty
Identifies the IsSelected property.

Properties

  NameDescription
CollapsedHeader
Gets or sets the content displayed on the selection bar when the item is displayed as a small icon. This is a dependency property.
Content
Gets or sets the content of this OutlookBarItem. This is a dependency property.
Header
Gets or sets the content displayed on the selection button for this pane. This is a dependency property.
IsSelected
Gets or sets whether or not this OutlookBarItem is selected. This is a dependency property.

Events

  NameDescription
IsSelectedChanged
Raised when the IsSelected property changes.
PropertyChanged
Occurs when a property value changes.

See Also