menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QATCustomizationDialog - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QATCustomizationDialog

    Represents a QATCustomizationDialog window.

    Inheritance
    System.Object
    QATCustomizationDialog
    Implements
    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    System.Windows.Markup.IComponentConnector
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class QATCustomizationDialog : Window, IDisposable, INotifyPropertyChanged, IComponentConnector
    Remarks

    QATCustomizationDialog class represents a window that is displayed over the Ribbon for customization of QuickAccess toolbar items.

    Examples

    This example shows how to create a ButtonPanel in C#.

    QATCustomizationDialog dialog = new QATCustomizationDialog(IsQATBelow, SkinStorage.GetVisualStyle(this), m_blendColor, this);
    dialog.ShowDialog();

    Fields

    baseStyle

    Store the base style of the skin.

    Declaration
    public static bool baseStyle
    Field Value
    Type
    System.Boolean

    currentSkin

    Store the Base Skin

    Declaration
    public static string currentSkin
    Field Value
    Type
    System.String

    CustomBrushProperty

    Customize dialog skin brush.

    Declaration
    public static readonly DependencyProperty CustomBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CustomBrushPropertyKey

    Background brush.

    Declaration
    protected static readonly DependencyPropertyKey CustomBrushPropertyKey
    Field Value
    Type
    System.Windows.DependencyPropertyKey

    DialogButtonPanel

    DialogButtonPanel Name Field

    Declaration
    public ItemsControl DialogButtonPanel
    Field Value
    Type
    System.Windows.Controls.ItemsControl

    QATCustomizationWindowListBox

    QATCustomizationWindowListBox Name Field

    Declaration
    public ListBox QATCustomizationWindowListBox
    Field Value
    Type
    System.Windows.Controls.ListBox

    VisualStyleProperty

    Color scheme name.

    Declaration
    public static readonly DependencyProperty VisualStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    VisualStylePropertyKey

    Protection property key.

    Declaration
    protected static readonly DependencyPropertyKey VisualStylePropertyKey
    Field Value
    Type
    System.Windows.DependencyPropertyKey

    Properties

    CustomBrush

    Gets or sets the value of the custom color scheme brush.

    Declaration
    protected Brush CustomBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    VisualStyle

    Gets the visual style.

    Declaration
    protected string VisualStyle { get; }
    Property Value
    Type Description
    System.String

    The visual style.

    Methods

    Dispose()

    Declaration
    public void Dispose()

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    OnKeyDown(KeyEventArgs)

    Raises the KeyDown event.

    Declaration
    protected override void OnKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    A KeyEventArgs that contains the event data.

    OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Declaration
    protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    ResetAll(ResetTabInfo[])

    Declaration
    public void ResetAll(ResetTabInfo[] tabOrder)
    Parameters
    Type Name Description
    ResetTabInfo[] tabOrder

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved