Class DataGridColumnHeaderAutomationPeer
AutomationPeer for DataGridColumnHeader
Inheritance
Inherited Members
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.Controls.Data.dll
Syntax
public class DataGridColumnHeaderAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, IScrollItemProvider, ITransformProvider
Constructors
| Improve this Doc View SourceDataGridColumnHeaderAutomationPeer(DataGridColumnHeader)
AutomationPeer for DataGridColumnHeader
Declaration
public DataGridColumnHeaderAutomationPeer(DataGridColumnHeader owner)
Parameters
Type | Name | Description |
---|---|---|
DataGridColumnHeader | owner | DataGridColumnHeader |
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
AutomationControlType | The control type. |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | The string that contains the name. |
Overrides
| Improve this Doc View SourceGetHelpTextCore()
Gets the string that describes the functionality of the control that is associated with the automation peer.
Declaration
protected override string GetHelpTextCore()
Returns
Type | Description |
---|---|
System.String | The string that contains the help text. |
Overrides
| Improve this Doc View SourceGetNameCore()
Gets the name of the element.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | The string that contains the name. |
Overrides
| Improve this Doc View SourceGetPattern(PatternInterface)
Gets the control pattern that is associated with the specified System.Windows.Automation.Peers.PatternInterface.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
PatternInterface | patternInterface | A value from the System.Windows.Automation.Peers.PatternInterface enumeration. |
Returns
Type | Description |
---|---|
System.Object | The object that supports the specified pattern, or null if unsupported. |
Overrides
| Improve this Doc View SourceIsContentElementCore()
Gets a value that specifies whether the element is a content element.
Declaration
protected override bool IsContentElementCore()
Returns
Type | Description |
---|---|
System.Boolean | true if the element is a content element; otherwise false |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIInvokeProvider.Invoke()
Declaration
void IInvokeProvider.Invoke()
IScrollItemProvider.ScrollIntoView()
Declaration
void IScrollItemProvider.ScrollIntoView()
ITransformProvider.CanMove
Declaration
bool ITransformProvider.CanMove { get; }
Returns
Type | Description |
---|---|
System.Boolean |
ITransformProvider.CanResize
Declaration
bool ITransformProvider.CanResize { get; }
Returns
Type | Description |
---|---|
System.Boolean |
ITransformProvider.CanRotate
Declaration
bool ITransformProvider.CanRotate { get; }
Returns
Type | Description |
---|---|
System.Boolean |
ITransformProvider.Move(Double, Double)
Declaration
void ITransformProvider.Move(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | |
System.Double | y |
ITransformProvider.Resize(Double, Double)
Declaration
void ITransformProvider.Resize(double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | width | |
System.Double | height |
ITransformProvider.Rotate(Double)
Declaration
void ITransformProvider.Rotate(double degrees)
Parameters
Type | Name | Description |
---|---|---|
System.Double | degrees |