Class QuickAccessToolBar
Inheritance
System.Object
QuickAccessToolBar
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class QuickAccessToolBar : ItemsControl
Constructors
QuickAccessToolBar()
Declaration
public QuickAccessToolBar()
Fields
AlternativeForegroundProperty
Declaration
public static readonly DependencyProperty AlternativeForegroundProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
CustomizationMenuVisibilityProperty
Declaration
public static readonly DependencyProperty CustomizationMenuVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PositionProperty
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AlternativeForeground
Declaration
public Brush AlternativeForeground { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
CustomizationMenuVisibility
Declaration
public Visibility CustomizationMenuVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Position
Declaration
public QuickAccessToolBarPosition Position { get; set; }
Property Value
|
QuickAccessToolBarPosition
|
Methods
ClearContainerForItemOverride(DependencyObject, Object)
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.Object
item
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
PrepareContainerForItemOverride(DependencyObject, Object)
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.Object
item
|