WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewAdvAutomationPeer

    Show / Hide Table of Contents

    Class TreeViewAdvAutomationPeer

    Exposes TreeViewAdv types to UI Automation.

    Inheritance
    System.Object
    TreeViewAdvAutomationPeer
    Implements
    System.Windows.Automation.Provider.ISelectionProvider
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TreeViewAdvAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider

    Constructors

    TreeViewAdvAutomationPeer(TreeViewAdv)

    Initializes a new instance of the TreeViewAdvAutomationPeer class.

    Declaration
    public TreeViewAdvAutomationPeer(TreeViewAdv owner)
    Parameters
    Type Name Description
    TreeViewAdv owner

    The owner.

    Methods

    GetAccessKeyCore()

    Provides the AccessKey when a UI Automation client calls

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

    Access Key

    GetAutomationControlTypeCore()

    Gets the control type for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationControlType.

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

    The Custom enumeration value.

    GetChildrenCore()

    Gets the collection of child elements of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetChildren.

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

    A list of child AutomationPeer elements.

    GetClassNameCore()

    Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName.

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

    An Empty string.

    GetHelpTextCore()

    Provides the peer's behavior when a UI Automation client calls GetHelpText or an equivalent UI Automation client API.

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

    The help text.

    GetNameCore()

    Provides the peer's behavior when a UI Automation client calls GetName or an equivalent UI Automation client API.

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

    The name as used by assistive technoloGetClassNameCoreies and other UI Automation clients.

    GetPattern(PatternInterface)

    Gets the control pattern for the UIElement that is associated with this UIElementAutomationPeer.

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

    A value from the enumeration.

    Returns
    Type Description
    System.Object

    A null reference.

    Implements

    System.Windows.Automation.Provider.ISelectionProvider

    See Also

    TreeViewAdv
    TreeViewAdvAutomationPeer
    System.Windows.Automation.Peers
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved