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.
|
Properties
CustomizationMenuVisibility
Gets or sets the Customization menu Visibility.
Declaration
public Visibility CustomizationMenuVisibility { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass)
call System.
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.
|
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
Overrides
OnIsOverflowOpened(Boolean, Boolean)
Called when IsOverflowOpen property changes.
Declaration
protected override void OnIsOverflowOpened(bool oldValue, bool newValue)
Parameters
System. The old value of the property. |
System. 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. Element used to display the specified item. |
System. Specified item. |