menu

WinUI

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

    Show / Hide Table of Contents

    Class DropDownColorPickerAutomationPeer

    Exposes DropDown ColorPicker control to UI Automation.

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

    Constructors

    DropDownColorPickerAutomationPeer(SfDropDownColorPicker)

    Initializes a new instance of the DropDownColorPickerAutomationPeer class.

    Declaration
    public DropDownColorPickerAutomationPeer(SfDropDownColorPicker control)
    Parameters
    Type Name Description
    SfDropDownColorPicker 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