Class GroupDropAreaItemAutomationPeer
Represents the class that exposes the GroupDropAreaItem to UI Automation.
Inheritance
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GroupDropAreaItemAutomationPeer : FrameworkElementAutomationPeer
Constructors
GroupDropAreaItemAutomationPeer(GroupDropAreaItem)
Initializes a new instance of the GroupDropAreaItemAutomationPeer class.
Declaration
public GroupDropAreaItemAutomationPeer(GroupDropAreaItem groupDropAreaItem)
Parameters
Type | Name | Description |
---|---|---|
GroupDropAreaItem | groupDropAreaItem | Specifies the GroupDropAreaItem. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the GroupDropAreaItem that is associated with this GroupDropAreaItemAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationControlType | Returns the control type for the GroupDropAreaItem as Custom. |
GetChildrenCore()
Gets the collection of child elements of the GroupDropAreaItem that is associated with this GroupDropAreaItemAutomationPeer.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> | Returns null. |
GetClassNameCore()
Gets the name of the GroupDropAreaItem that is associated with this GroupDropAreaItemAutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the name of the GroupDropAreaItem. |
GetItemStatusCore()
Gets a string that communicates the visual status of the GroupDropAreaItem that is associated with this GroupDropAreaItemAutomationPeer.
Declaration
protected override string GetItemStatusCore()
Returns
Type | Description |
---|---|
System.String | Returns a string that communicates the visual status of the GroupDropAreaItem. |
GetNameCore()
Gets the text label of GroupDropAreaItem that is associated with GroupDropAreaItemAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the text label of GroupDropAreaItem. |
IsEnabledCore()
Gets a value that indicates whether the GroupDropAreaItem that is associated with this GroupDropAreaItemAutomationPeer can accept keyboard focus.
Declaration
protected override bool IsEnabledCore()
Returns
Type | Description |
---|---|
System.Boolean | Returns true. |