BinaryRibbonQuickAccessToolBar
A custom items control class that acts like the Quick access toolbar (QAT) like the ones seen in MS Office ribbon applications.
public class BinaryRibbonQuickAccessToolBar : ItemsControl, IBinaryRibbonKeyTipControl
Inherits from / implements: ItemsControl, IBinaryRibbonKeyTipControl
Members at a glance
BinaryRibbonQuickAccessToolBar | Initializes a new instance of the BinaryRibbonQuickAccessToolBar class. |
FooterContent | Gets or sets the the footer content. |
FooterDataTemplate | Gets or sets the DataTemplate for the footer content. |
HasContentOverflowItems | Gets or sets a value indicating whether this instance has content overflow items. |
HasItems | Gets a value that indicates whether the ItemsControl contains items. This is a dependency property. |
HeaderContent | Gets or sets the custom content for the header. |
HeaderDataTemplate | Gets or sets the DataTemplate for the header content. |
IsContentOverflowWindowShowing | Gets or sets a value indicating whether this instance's content overflow window is showing. |
IsOpen | Gets or sets a value indicating whether overflow window is open. |
ItemsTemplate | Gets or sets the items DataTemplate. |
ToolBarPlacementLocation | Gets or sets the toolbar placement location. |
GetQuickAccessChildPlacement | Gets the QAT child placement. |
MeasureOverride | Measures the children and reports how much space this element needs. |
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. |
SetQuickAccessChildPlacement | Sets the QAT child placement. |
FooterContentProperty | FooterContentProperty property. |
FooterDataTemplateProperty | FooterDataTemplateProperty property. |
HasContentOverflowItemsProperty | HasContentOverflowItemsProperty property. |
HasItemsProperty | HasItemsProperty property. |
HeaderContentProperty | HeaderContentProperty property. |
HeaderDataTemplateProperty | HeaderDataTemplateProperty property. |
IsContentOverflowWindowShowingProperty | IsContentOverflowWindowShowingProperty property. |
IsOpenProperty | IsOpenProperty property. |
ItemsTemplateProperty | ItemsTemplateProperty property. |
QuickAccessChildPlacementProperty | QuickAccessChildPlacementProperty property. |
ToolBarPlacementLocationProperty | ToolBarPlacementLocationProperty property. |
Constructors
BinaryRibbonQuickAccessToolBar
Initializes a new instance of the BinaryRibbonQuickAccessToolBar class.
Properties
HasContentOverflowItems
Gets or sets a value indicating whether this instance has content overflow items.
Value. true if this instance has content overflow items; otherwise, false .
HasItems
Gets a value that indicates whether the ItemsControl contains items. This is a dependency property.
Returns. true if the items count is greater than 0; otherwise, false.The default is false.
HeaderContent
Gets or sets the custom content for the header.
HeaderDataTemplate
Gets or sets the DataTemplate for the header content.
IsContentOverflowWindowShowing
Gets or sets a value indicating whether this instance's content overflow window is showing.
IsOpen
Gets or sets a value indicating whether overflow window is open.
ItemsTemplate
Gets or sets the items DataTemplate.
ToolBarPlacementLocation
Gets or sets the toolbar placement location.
Value. The tool bar placement location.
Methods
GetQuickAccessChildPlacement
Gets the QAT child placement.
MeasureOverride
Measures the children and reports how much space this element needs.
OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
SetQuickAccessChildPlacement
Sets the QAT child placement.
Fields
HasContentOverflowItemsProperty
HasContentOverflowItemsProperty property.
HasItemsProperty
HasItemsProperty property.
HeaderContentProperty
HeaderContentProperty property.
HeaderDataTemplateProperty
HeaderDataTemplateProperty property.
IsContentOverflowWindowShowingProperty
IsContentOverflowWindowShowingProperty property.
IsOpenProperty
IsOpenProperty property.
ItemsTemplateProperty
ItemsTemplateProperty property.
QuickAccessChildPlacementProperty
QuickAccessChildPlacementProperty property.
ToolBarPlacementLocationProperty
ToolBarPlacementLocationProperty property.