ClassQuickAccessToolBar
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
QuickAccessToolBar()
Initializes a new instance of the QuickAccessToolBar class.
Declaration
public QuickAccessToolBar()
Fields
CustomizationMenuVisibilityProperty
Identifies the CustomizationMenuVisibility property.
Declaration
public static readonly DependencyProperty CustomizationMenuVisibilityProperty
Field Value
DependencyProperty
Properties
CustomizationMenuVisibility
Gets or sets the Customization menu Visibility.
Declaration
public Visibility CustomizationMenuVisibility { get; set; }
Property Value
Visibility
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
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
AutomationPeer
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
OnIsOverflowOpened(bool, bool)
Called when IsOverflowOpen property changes.
PrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
Element used to display the specified item.
item
Specified item.
Overrides