Class GroupDropAreaItemAutomationPeer
Represents the class that exposes the GroupDropAreaItem to UI Automation.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GroupDropAreaItemAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
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 |
---|---|
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType | Returns the control type for the GroupDropAreaItem as Custom. |
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. |
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Type |
---|
System.String |
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. |
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Automation.Peers.PatternInterface | patternInterface |
Returns
Type |
---|
System.Object |
Invoke()
Declaration
public void Invoke()
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. |