Class TimePickerAutomationPeer
Exposes SfTimePicker control to UI Automation.
Inheritance
System.Object
TimePickerAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IValueProvider
Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class TimePickerAutomationPeer : FrameworkElementAutomationPeer, IValueProvider, IExpandCollapseProvider
Constructors
TimePickerAutomationPeer(SfTimePicker)
Initializes a new instance of the TimePickerAutomationPeer class.
Declaration
public TimePickerAutomationPeer(SfTimePicker control)
Parameters
| Type | Name | Description |
|---|---|---|
| SfTimePicker | control | The SfTimePicker control. |
Properties
ExpandCollapseState
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
| Type |
|---|
| Microsoft.UI.Xaml.Automation.ExpandCollapseState |
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
| Type |
|---|
| System.Boolean |
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 |
GetNameCore()
Declaration
protected override string GetNameCore()
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.IValueProvider
Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider