Class
QuickAccessToolBar

Represents a quick access toolbar for a Ribbon.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
[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

QuickAccessToolBar()

Initializes a new instance of the QuickAccessToolBar class.

Declaration

cs-api-definition
public QuickAccessToolBar()

Fields

CustomizationMenuVisibilityProperty

Identifies the CustomizationMenuVisibility property.

Declaration

cs-api-definition
public static readonly DependencyProperty CustomizationMenuVisibilityProperty

Field Value

DependencyProperty

Properties

CustomizationMenuVisibility

Gets or sets the Customization menu Visibility.

Declaration

cs-api-definition
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

cs-api-definition
public override void OnApplyTemplate()

Overrides RadToolBar.OnApplyTemplate()

OnCreateAutomationPeer()

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

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides RadToolBar.OnCreateAutomationPeer()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides RadToolBar.OnInitialized(EventArgs)

OnIsOverflowOpened(bool, bool)

Called when IsOverflowOpen property changes.

Declaration

cs-api-definition
protected override void OnIsOverflowOpened(bool oldValue, bool newValue)

Parameters

oldValue

bool

The old value of the property.

newValue

bool

The new value of the property.

Overrides RadToolBar.OnIsOverflowOpened(bool, bool)

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

Declaration

cs-api-definition
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)

Parameters

element

DependencyObject

Element used to display the specified item.

item

object

Specified item.

Overrides RadToolBar.PrepareContainerForItemOverride(DependencyObject, object)