Table of Contents

Class MultiCommandButton

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class MultiCommandButton : HeaderedItemsControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
MultiCommandButton
Implements
Inherited Members

Fields

IsOpenProperty

public static readonly DependencyProperty IsOpenProperty

Field Value

DependencyProperty

Properties

IsOpen

public bool IsOpen { get; set; }

Property Value

bool

Methods

ClearContainerForItemOverride(DependencyObject, object)

When overridden in a derived class, undoes the effects of the PrepareContainerForItemOverride(DependencyObject, object) method.

protected override void ClearContainerForItemOverride(DependencyObject element, object item)

Parameters

element DependencyObject

The container element.

item object

The item.

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

protected override void PrepareContainerForItemOverride(DependencyObject element, object item)

Parameters

element DependencyObject

Element used to display the specified item.

item object

Specified item.