Class GridStackedHeaderCellControlAutomationPeer
Represents the class that exposes the GridStackedHeaderCellControl to UI Automation.
Inheritance
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridStackedHeaderCellControlAutomationPeer : FrameworkElementAutomationPeer
Constructors
GridStackedHeaderCellControlAutomationPeer(GridStackedHeaderCellControl)
Initializes a new instance of the GridStackedHeaderCellControlAutomationPeer class.
Declaration
public GridStackedHeaderCellControlAutomationPeer(GridStackedHeaderCellControl control)
Parameters
Type | Name | Description |
---|---|---|
GridStackedHeaderCellControl | control | Specifies the GridStackedHeaderCellControl. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the GridStackedHeaderCellControl that is associated with this GridStackedHeaderCellControlAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType | Returns the control type for the GridStackedHeaderCellControl as Custom. |
GetClassNameCore()
Gets the name of the GridStackedHeaderCellControl that is associated with this GridStackedHeaderCellControlAutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the name of the GridStackedHeaderCellControl. |
GetHelpTextCore()
Gets the string that describes the functionality of the GridStackedHeaderCellControl that is associated with GridStackedHeaderCellControlAutomationPeer.
Declaration
protected override string GetHelpTextCore()
Returns
Type | Description |
---|---|
System.String | Returns the string that describes the functionality of the GridStackedHeaderCellControl. |
GetNameCore()
Gets the text label of GridStackedHeaderCellControl that is associated with GridStackedHeaderCellControlAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the text label of GridStackedHeaderCellControl. |
IsEnabledCore()
Gets a value that indicates whether the GridStackedHeaderCellControl that is associated with this GridStackedHeaderCellControlAutomationPeer can accept keyboard focus.
Declaration
protected override bool IsEnabledCore()
Returns
Type | Description |
---|---|
System.Boolean | Returns true. |