WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupDropAreaAutomationPeer - WPF API Reference | Syncfusion GroupDropArea to UI Automation. ">

    Show / Hide Table of Contents

    Class GroupDropAreaAutomationPeer

    Represents the class that exposes the GroupDropArea to UI Automation.

    Inheritance
    System.Object
    GroupDropAreaAutomationPeer
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GroupDropAreaAutomationPeer : FrameworkElementAutomationPeer

    Constructors

    GroupDropAreaAutomationPeer(GroupDropArea)

    Initializes a new instance of the GroupDropAreaAutomationPeer class.

    Declaration
    public GroupDropAreaAutomationPeer(GroupDropArea groupDropArea)
    Parameters
    Type Name Description
    GroupDropArea groupDropArea

    Specifies the GroupDropArea.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the GroupDropArea that is associated with this GroupDropAreaAutomationPeer.

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

    Returns the control type for the GroupDropArea as Custom.

    GetClassNameCore()

    Gets the name of the GroupDropArea that is associated with this GroupDropAreaAutomationPeer.

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

    Returns the name of the GroupDropArea.

    GetItemStatusCore()

    Gets a string that communicates the visual status of the GroupDropArea that is associated with this GroupDropAreaAutomationPeer.

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

    Returns a string that communicates the visual status of the GroupDropArea.

    GetNameCore()

    Gets the text label of GroupDropArea that is associated with GroupDropAreaAutomationPeer.

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

    Returns the text label of GroupDropArea.

    IsEnabledCore()

    Gets a value that indicates whether the GroupDropArea that is associated with this GroupDropAreaAutomationPeer can accept keyboard focus.

    Declaration
    protected override bool IsEnabledCore()
    Returns
    Type Description
    System.Boolean

    Returns true.

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