Class GridHeaderCellControlAutomationPeer
Represents the class that exposes the GridHeaderCellControl to UI Automation.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridHeaderCellControlAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, IScrollItemProvider
Constructors
GridHeaderCellControlAutomationPeer(GridHeaderCellControl)
Initializes a new instance of the GridHeaderCellControlAutomationPeer class.
Declaration
public GridHeaderCellControlAutomationPeer(GridHeaderCellControl control)
Parameters
Type | Name | Description |
---|---|---|
GridHeaderCellControl | control | Specifies the GridHeaderCellControl. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the GridHeaderCellControl that is associated with this GridHeaderCellControlAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType | Returns the control type for the GridHeaderCellControl as Custom. |
GetClassNameCore()
Gets the name of the GridHeaderCellControl that is associated with this GridHeaderCellControlAutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the name of the GridHeaderCellControl. |
GetHelpTextCore()
Gets the string that describes the functionality of the GridHeaderCellControl that is associated with GridHeaderCellControlAutomationPeer.
Declaration
protected override string GetHelpTextCore()
Returns
Type | Description |
---|---|
System.String | Returns the string that describes the functionality of the GridHeaderCellControl. |
GetNameCore()
Gets the text label of GridHeaderCellControl that is associated with GridHeaderCellControlAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the text label of GridHeaderCellControl. |
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 GridHeaderCellControl that is associated with this GridHeaderCellControlAutomationPeer can accept keyboard focus.
Declaration
protected override bool IsEnabledCore()
Returns
Type | Description |
---|---|
System.Boolean | Returns true. |
ScrollIntoView()
Declaration
public void ScrollIntoView()