QuickAccessToolBar
Represents a quick access toolbar for a Ribbon.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
[Themable]
[TelerikToolboxCategory("Navigation")]
public class QuickAccessToolBar : RadToolBar
Inheritance: objectRadToolBarQuickAccessToolBar
Inherited Members
Constructors
Initializes a new instance of the QuickAccessToolBar class.
public QuickAccessToolBar()
Fields
CustomizationMenuVisibilityProperty
DependencyProperty
Identifies the CustomizationMenuVisibility property.
public static readonly DependencyProperty CustomizationMenuVisibilityProperty
Properties
CustomizationMenuVisibility
Visibility
Gets or sets the Customization menu Visibility.
public Visibility CustomizationMenuVisibility { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Creates an appropriate QuickAccessToolBarAutomationPeer for this control as part of the WPF/Silverlight infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.
Overrides: