New to Telerik UI for WPFStart a free 30-day trial

Represents a quick access toolbar for a Ribbon.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
[Themable]
[TelerikToolboxCategory("Navigation")]
public class QuickAccessToolBar : RadToolBar

Inheritance: objectRadToolBarQuickAccessToolBar

Inherited Members RadToolBar.BandIndexPropertyRadToolBar.BandPropertyRadToolBar.OverflowModePropertyRadToolBar.IsOverflowOpenPropertyRadToolBar.GripVisibilityPropertyRadToolBar.OverflowButtonVisibilityPropertyRadToolBar.AutoHideOverflowButtonPropertyRadToolBar.OverflowAreaOpenedEventRadToolBar.OverflowAreaClosedEventRadToolBar.HasOverflowItemsPropertyRadToolBar.OverflowItemsPropertyRadToolBar.OrientationPropertyRadToolBar.ItemAlignmentPropertyRadToolBar.GetItemAlignment(DependencyObject)RadToolBar.SetItemAlignment(DependencyObject, ItemAlignment)RadToolBar.GetOverflowMode(DependencyObject)RadToolBar.SetOverflowMode(DependencyObject, OverflowMode)RadToolBar.ResetTheme()RadToolBar.ChangeVisualState(bool)RadToolBar.MeasureOverride(Size)RadToolBar.OnItemsChanged(NotifyCollectionChangedEventArgs)RadToolBar.OnPropertyChanged(DependencyPropertyChangedEventArgs)RadToolBar.GetContainerForItemOverride()RadToolBar.OrientationRadToolBar.BandRadToolBar.BandIndexRadToolBar.HasOverflowItemsRadToolBar.IsOverflowOpenRadToolBar.GripVisibilityRadToolBar.OverflowButtonVisibilityRadToolBar.AutoHideOverflowButtonRadToolBar.OverflowItemsRadToolBar.OverflowAreaOpenedRadToolBar.OverflowAreaClosed...

Constructors

Initializes a new instance of the QuickAccessToolBar class.

C#
public QuickAccessToolBar()

Fields

Identifies the CustomizationMenuVisibility property.

C#
public static readonly DependencyProperty CustomizationMenuVisibilityProperty

Properties

Gets or sets the Customization menu Visibility.

C#
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 .

C#
public override void OnApplyTemplate()

Overrides: RadToolBar.OnApplyTemplate()

Creates an appropriate QuickAccessToolBarAutomationPeer for this control as part of the WPF/Silverlight infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Overrides: RadToolBar.OnCreateAutomationPeer()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: RadToolBar.OnInitialized(EventArgs)

Called when IsOverflowOpen property changes.

C#
protected override void OnIsOverflowOpened(bool oldValue, bool newValue)
Parameters:oldValuebool

The old value of the property.

newValuebool

The new value of the property.

Overrides: RadToolBar.OnIsOverflowOpened(bool, bool)

Prepares the specified element to display the specified item.

C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObject

Element used to display the specified item.

itemobject

Specified item.

Overrides: RadToolBar.PrepareContainerForItemOverride(DependencyObject, object)