WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarDayButtonAutomationPeer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarDayButtonAutomationPeer

    AutomationPeer for CalendarDayButton

    Inheritance
    System.Object
    CalendarDayButtonAutomationPeer
    Implements
    System.Windows.Automation.Provider.ISelectionItemProvider
    System.Windows.Automation.Provider.ITableItemProvider
    System.Windows.Automation.Provider.IGridItemProvider
    Namespace: Syncfusion.Windows.Automation.Peers
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public sealed class CalendarDayButtonAutomationPeer : ButtonAutomationPeer, ISelectionItemProvider, ITableItemProvider, IGridItemProvider

    Constructors

    CalendarDayButtonAutomationPeer(CalendarDayButton)

    Initializes a new instance of the CalendarDayButtonAutomationPeer class.

    Declaration
    public CalendarDayButtonAutomationPeer(CalendarDayButton owner)
    Parameters
    Type Name Description
    CalendarDayButton owner

    Owning CalendarDayButton

    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.

    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.

    GetHelpTextCore()

    Overrides the GetHelpTextCore method for CalendarDayButtonAutomationPeer

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

    GetLocalizedControlTypeCore()

    Overrides the GetLocalizedControlTypeCore method for CalendarDayButtonAutomationPeer

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

    GetNameCore()

    Overrides the GetNameCore method for CalendarDayButtonAutomationPeer

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

    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.ISelectionItemProvider
    System.Windows.Automation.Provider.ITableItemProvider
    System.Windows.Automation.Provider.IGridItemProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved