menu

WinForms

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

    Show / Hide Table of Contents

    Class CalendarEditAutomationPeer

    Represents a class that provides UI Automation support for CalendarEdit

    Inheritance
    System.Object
    CalendarEditAutomationPeer
    Implements
    System.Windows.Automation.Provider.IGridProvider
    System.Windows.Automation.Provider.IMultipleViewProvider
    System.Windows.Automation.Provider.ISelectionProvider
    System.Windows.Automation.Provider.ITableProvider
    Namespace: Syncfusion.Windows.Controls.Tools.AutomationPeer
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class CalendarEditAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, IMultipleViewProvider, ISelectionProvider, ITableProvider

    Constructors

    CalendarEditAutomationPeer(CalendarEdit)

    Initializes a new instance of the CalendarEditAutomationPeer class.

    Declaration
    public CalendarEditAutomationPeer(CalendarEdit owner)
    Parameters
    Type Name Description
    CalendarEdit owner

    Owning CalendarEdit

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the element that is associated with the UI Automation peer.

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationControlType

    The control type.

    GetChildrenCore()

    Declaration
    protected override List<AutomationPeer> GetChildrenCore()
    Returns
    Type
    System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>

    GetClassNameCore()

    Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.

    Declaration
    protected override string GetClassNameCore()
    Returns
    Type Description
    System.String

    The string that contains the name.

    GetPattern(PatternInterface)

    Gets the control pattern that is associated with the specified System.Windows.Automation.Peers.PatternInterface.

    Declaration
    public override object GetPattern(PatternInterface patternInterface)
    Parameters
    Type Name Description
    System.Windows.Automation.Peers.PatternInterface patternInterface

    A value from the System.Windows.Automation.Peers.PatternInterface enumeration.

    Returns
    Type Description
    System.Object

    The object that supports the specified pattern, or null if unsupported.

    Implements

    System.Windows.Automation.Provider.IGridProvider
    System.Windows.Automation.Provider.IMultipleViewProvider
    System.Windows.Automation.Provider.ISelectionProvider
    System.Windows.Automation.Provider.ITableProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved