Class DataGridCellAutomationPeer
AutomationPeer for DataGridCell
Inheritance
System.Object
DataGridCellAutomationPeer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: OpenSilver.Controls.Data.dll
Syntax
public class DataGridCellAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, IScrollItemProvider, ISelectionItemProvider, ITableItemProvider, IGridItemProvider
Constructors
|
Improve this Doc
View Source
DataGridCellAutomationPeer(DataGridCell)
AutomationPeer for DataGridCell
Declaration
public DataGridCellAutomationPeer(DataGridCell owner)
Parameters
Methods
|
Improve this Doc
View Source
GetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Overrides
|
Improve this Doc
View Source
GetClassNameCore()
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 Source
GetNameCore()
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 Source
GetPattern(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 Source
IsKeyboardFocusableCore()
Gets a value that indicates whether the element can accept keyboard focus.
Declaration
protected override bool IsKeyboardFocusableCore()
Returns
Type |
Description |
System.Boolean |
true if the element can accept keyboard focus; otherwise, false
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IGridItemProvider.Column
Declaration
int IGridItemProvider.Column { get; }
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IGridItemProvider.ColumnSpan
Declaration
int IGridItemProvider.ColumnSpan { get; }
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IGridItemProvider.ContainingGrid
Declaration
IRawElementProviderSimple IGridItemProvider.ContainingGrid { get; }
Returns
|
Improve this Doc
View Source
IGridItemProvider.Row
Declaration
int IGridItemProvider.Row { get; }
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IGridItemProvider.RowSpan
Declaration
int IGridItemProvider.RowSpan { get; }
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IInvokeProvider.Invoke()
Declaration
void IInvokeProvider.Invoke()
|
Improve this Doc
View Source
Declaration
void IScrollItemProvider.ScrollIntoView()
|
Improve this Doc
View Source
ISelectionItemProvider.AddToSelection()
Declaration
void ISelectionItemProvider.AddToSelection()
|
Improve this Doc
View Source
ISelectionItemProvider.IsSelected
Declaration
bool ISelectionItemProvider.IsSelected { get; }
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ISelectionItemProvider.RemoveFromSelection()
Declaration
void ISelectionItemProvider.RemoveFromSelection()
|
Improve this Doc
View Source
ISelectionItemProvider.Select()
Declaration
void ISelectionItemProvider.Select()
|
Improve this Doc
View Source
ISelectionItemProvider.SelectionContainer
Declaration
IRawElementProviderSimple ISelectionItemProvider.SelectionContainer { get; }
Returns
|
Improve this Doc
View Source
ITableItemProvider.GetColumnHeaderItems()
Declaration
IRawElementProviderSimple[] ITableItemProvider.GetColumnHeaderItems()
Returns
|
Improve this Doc
View Source
Declaration
IRawElementProviderSimple[] ITableItemProvider.GetRowHeaderItems()
Returns
Implements
Extension Methods