Class ColorPickerAutomationPeer
Exposes ColorPicker control to UI Automation.
Inheritance
System.Object
ColorPickerAutomationPeer
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class ColorPickerAutomationPeer : FrameworkElementAutomationPeer
Constructors
ColorPickerAutomationPeer(SfColorPicker)
Initializes a new instance of the ColorPickerAutomationPeer class.
Declaration
public ColorPickerAutomationPeer(SfColorPicker control)
Parameters
Type | Name | Description |
---|---|---|
SfColorPicker | control | The owner element. |
Methods
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 |