Class MultiCommandButton
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
Properties
IsOpen
public bool IsOpen { get; set; }
Property Value
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
elementDependencyObjectThe container element.
itemobjectThe 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
elementDependencyObjectElement used to display the specified item.
itemobjectSpecified item.