The OutlookBarItem type exposes the following members.

Constructors

  NameDescription
Public methodOutlookBarItem
Initializes a new instance of the OutlookBarItem class

Methods

  NameDescription
Public methodCheckAccess (Inherited from DependencyObject.)
Public methodClearValue
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAnimationBaseValue (Inherited from DependencyObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public methodSetValue
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberCollapsedHeaderProperty
Identifies the CollapsedHeader property.
Public fieldStatic memberContentProperty
Identifies the Content property.
Public fieldStatic memberHeaderProperty
Identifies the Header property.
Public fieldStatic memberIsSelectedProperty
Identifies the IsSelected property.

Properties

  NameDescription
Public propertyCollapsedHeader
Gets or sets the content displayed on the selection bar when the item is displayed as a small icon. This is a dependency property.
Public propertyContent
Gets or sets the content of this OutlookBarItem. This is a dependency property.
Public propertyDispatcher (Inherited from DependencyObject.)
Public propertyHeader
Gets or sets the content displayed on the selection button for this pane. This is a dependency property.
Public propertyIsSelected
Gets or sets whether or not this OutlookBarItem is selected. This is a dependency property.

Events

  NameDescription
Public eventIsSelectedChanged
Raised when the IsSelected property changes.

See Also