Class GroupDropAreaAutomationPeer
Represents the class that exposes the GroupDropArea to UI Automation.
Inheritance
System.Object
GroupDropAreaAutomationPeer
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Grid.WinUI.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 |
---|---|
Microsoft.UI.Xaml.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. |
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Type |
---|
System.String |
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. |