Class OutlookBarItem
Represents an item in the OutlookBar control.
public class OutlookBarItem : BindableBase, INotifyPropertyChanged, ISortOrder
- Inheritance
-
OutlookBarItem
- Implements
Constructors
- OutlookBarItem()
Initializes a new instance of the OutlookBarItem class.
Properties
- Header
Gets or sets the header text of the OutlookBarItem.
- Icon
Gets or sets the icon of the OutlookBarItem.
- IsSelected
Gets or sets a value indicating whether the OutlookBarItem is selected.
- IsVisible
Gets or sets a value indicating whether the OutlookBarItem is visible.
- ItemControl
Gets or sets the UserControl associated with the OutlookBarItem.
- Key
Gets or sets the key of the OutlookBarItem.
- SortOrder
Gets or sets the sort order of the OutlookBarItem.