Class SchedulerReminderAlertWindowAutomationPeer
Represents the class that exposes the SchedulerReminderAlertWindow to UI automation.
Inheritance
System.Object
SchedulerReminderAlertWindowAutomationPeer
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class SchedulerReminderAlertWindowAutomationPeer : FrameworkElementAutomationPeer
Constructors
SchedulerReminderAlertWindowAutomationPeer(SchedulerReminderAlertWindow)
Initializes a new instance of the SchedulerReminderAlertWindowAutomationPeer class.
Declaration
public SchedulerReminderAlertWindowAutomationPeer(SchedulerReminderAlertWindow control)
Parameters
| Type | Name | Description |
|---|---|---|
| SchedulerReminderAlertWindow | control | Scheduler reminder alert window. |
Methods
GetChildrenCore()
Gets the collection of child elements of the SchedulerReminderAlertWindow that is associated with this SchedulerReminderAlertWindowAutomationPeer.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> | Returns the collection of child elements of the SchedulerReminderAlertWindow. |
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
| Type |
|---|
| System.String |
GetNameCore()
Gets the text label of SchedulerReminderAlertWindow that is associated with SchedulerReminderAlertWindowAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
| Type | Description |
|---|---|
| System.String | Returns the text label of SchedulerReminderAlertWindow. |