menu

WinUI

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

    Show / Hide Table of Contents

    Class DropDownColorPaletteAutomationPeer

    Exposes DropDown ColorPalette control to UI Automation.

    Inheritance
    System.Object
    DropDownColorPaletteAutomationPeer
    Implements
    Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class DropDownColorPaletteAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider

    Constructors

    DropDownColorPaletteAutomationPeer(SfDropDownColorPalette)

    Initializes a new instance of the DropDownColorPaletteAutomationPeer class.

    Declaration
    public DropDownColorPaletteAutomationPeer(SfDropDownColorPalette control)
    Parameters
    Type Name Description
    SfDropDownColorPalette control

    The owner element.

    Properties

    ExpandCollapseState

    Declaration
    public ExpandCollapseState ExpandCollapseState { get; }
    Property Value
    Type
    Microsoft.UI.Xaml.Automation.ExpandCollapseState

    Methods

    Collapse()

    Declaration
    public void Collapse()

    Expand()

    Declaration
    public void Expand()

    GetAutomationControlTypeCore()

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type
    Microsoft.UI.Xaml.Automation.Peers.AutomationControlType

    GetLocalizedControlTypeCore()

    Declaration
    protected override string GetLocalizedControlTypeCore()
    Returns
    Type
    System.String

    GetPatternCore(PatternInterface)

    Declaration
    protected override object GetPatternCore(PatternInterface patternInterface)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Automation.Peers.PatternInterface patternInterface
    Returns
    Type
    System.Object

    Implements

    Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved