The OutlookBar type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OutlookBar |
Initializes a new instance of the OutlookBar control.
|
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| ExpandedItemCountProperty |
Identifies the ExpandedItemCount property.
|
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| SelectedItemChanged |
Raised when the SelectedItem property changes.
|