Exposes single RadSpreadsheet cell to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class VisualCellAutomationPeer : AutomationPeer
Inheritance: objectVisualCellAutomationPeer
Constructors
Initializes a new instance of the VisualCellAutomationPeer class.
public VisualCellAutomationPeer(int row, int column, RadSpreadsheetAutomationPeer radSpreadsheetAutomationPeer)
The row of the cell.
columnintThe column of the cell.
radSpreadsheetAutomationPeerRadSpreadsheetAutomationPeerThe RadSpreadsheet automation peer.
Methods
When overridden in a derived class, is called by .
When overridden in a derived class, is called by .
protected override string GetAccessKeyCore()
The string that contains the access key.
When overridden in a derived class, is called by .
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The control type.
When overridden in a derived class, is called by .
protected override string GetAutomationIdCore()
The string that contains the identifier.
When overridden in a derived class, is called by .
protected override Rect GetBoundingRectangleCore()
Rect
The bounding rectangle.
When overridden in a derived class, is called by .
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
The collection of child elements.
When overridden in a derived class, is called by .
When overridden in a derived class, is called by .
protected override Point GetClickablePointCore()
Point
A point within the clickable area of the element.
When overridden in a derived class, is called by .
When overridden in a derived class, is called by .
When overridden in a derived class, is called by .
When overridden in a derived class, is called by .
protected override AutomationPeer GetLabeledByCore()
AutomationPeer
The for the element that is targeted by the .
When overridden in a derived class, is called by .
When overridden in a derived class, is called by .
When overridden in a derived class, is called by .
protected override AutomationOrientation GetOrientationCore()
AutomationOrientation
The orientation of the control.
When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.
public override object GetPattern(PatternInterface patternInterface)
A value from the PatternInterface enumeration.
Returns:The object that implements the pattern interface; null if this peer does not support this interface.
When overridden in a derived class, is called by .
protected override bool HasKeyboardFocusCore()
true if the element has keyboard focus; otherwise, false.
When overridden in a derived class, is called by .
protected override bool IsContentElementCore()
true if the element is a content element; otherwise, false.
When overridden in a derived class, is called by .
protected override bool IsControlElementCore()
true if the element is a control; otherwise, false.
When overridden in a derived class, is called by .
protected override bool IsEnabledCore()
True if the automation peer can receive and send events; otherwise, false.
When overridden in a derived class, is called by .
protected override bool IsKeyboardFocusableCore()
true if the element can accept keyboard focus; otherwise, false.
When overridden in a derived class, is called by .
protected override bool IsOffscreenCore()
true if the element is not on the screen; otherwise, false.
When overridden in a derived class, is called by .
protected override bool IsPasswordCore()
True if the element contains sensitive content; otherwise, false.
When overridden in a derived class, is called by .
protected override bool IsRequiredForFormCore()
True if the element is must be completed; otherwise, false.
When overridden in a derived class, is called by .
protected override void SetFocusCore()