In This Article

ExplorerBar Class

Represents an explorer bar control.

public class ExplorerBar : ExpanderBar, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IGeneratorHost, IContainItemStorage
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control System.Windows.Controls.ItemsControl System.Windows.Controls.Primitives.Selector ExpanderBar Object

Remarks

For detailed documentation on this control's features and how to use them, please see the ExplorerBar-related series of documentation topics.

Constructors

ExplorerBar()

public ExplorerBar()

Properties

ExpanderAlternateStyleKey

Gets the System.Windows.ResourceKey for a System.Windows.Style that can be applied to Expander and AnimatedExpander elements.

public static ResourceKey ExpanderAlternateStyleKey { get; }

Property Value

System.Windows.ResourceKey:

A resource key.

ExpanderHeaderAlternateStyleKey

Gets the System.Windows.ResourceKey for a System.Windows.Style that can be applied to ToggleButton elements.

public static ResourceKey ExpanderHeaderAlternateStyleKey { get; }

Property Value

System.Windows.ResourceKey:

A resource key.

ExpanderHeaderStyleKey

Gets the System.Windows.ResourceKey for a System.Windows.Style that can be applied to ToggleButton elements.

public static ResourceKey ExpanderHeaderStyleKey { get; }

Property Value

System.Windows.ResourceKey:

A resource key.

ExpanderStyleKey

Gets the System.Windows.ResourceKey for a System.Windows.Style that can be applied to Expander and AnimatedExpander elements.

public static ResourceKey ExpanderStyleKey { get; }

Property Value

System.Windows.ResourceKey:

A resource key.

Methods

GetContainerForItemOverride()

Creates or identifies the element used to display a specified item.

protected override DependencyObject GetContainerForItemOverride()

Returns

System.Windows.DependencyObject:

A Expander.

IsItemItsOwnContainerOverride(Object)

Determines if the specified item is (or is eligible to be) its own item container.

protected override bool IsItemItsOwnContainerOverride(object item)
Parameter Type Description
item System.Object

Specified item.

Returns

System.Boolean:

true if the item is its own item container; otherwise, false.

Inherited Members

Extension Methods