Class QuickAccessToolBar
Represents a quick access toolbar for a Ribbon.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
[Themable]
[TelerikToolboxCategory("Navigation")]
public class QuickAccessToolBar : RadToolBar, IThemable
Constructors
QuickAccessToolBar()
Fields
CustomizationMenuVisibilityProperty
Identifies the CustomizationMenuVisibility property.
Declaration
public static readonly DependencyProperty CustomizationMenuVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
PositionProperty
Identifies the Position property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CustomizationMenuVisibility
Gets or sets the Customization menu Visibility.
Declaration
public Visibility CustomizationMenuVisibility { get; set; }
Property Value
System.Windows.Visibility
|
Position
Gets or sets the QuickAccessToolBarPosition Position.
Declaration
public QuickAccessToolBarPosition Position { get; set; }
Property Value
QuickAccessToolBarPosition
The QuickAccessToolBarPosition. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Creates an appropriate QuickAccessToolBarAutomationPeer for this control as part of the WPF/Silverlight infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Overrides
OnIsOverflowOpened(Boolean, Boolean)
Called when IsOverflowOpen property changes.
Declaration
protected override void OnIsOverflowOpened(bool oldValue, bool newValue)
Parameters
System.Boolean
oldValue
The old value of the property. |
System.Boolean
newValue
The new value of the property. |
Overrides
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
Element used to display the specified item. |
System.Object
item
Specified item. |