menu

WPF

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

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved