ClassVisualCellAutomationPeer
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
VisualCellAutomationPeer(int, int, RadSpreadsheetAutomationPeer)
Initializes a new instance of the VisualCellAutomationPeer class.
Declaration
public VisualCellAutomationPeer(int row, int column, RadSpreadsheetAutomationPeer radSpreadsheetAutomationPeer)
Parameters
row
The row of the cell.
column
The column of the cell.
radSpreadsheetAutomationPeer
The RadSpreadsheet automation peer.
Methods
GetAcceleratorKeyCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetAcceleratorKeyCore()
Returns
The accelerator key.
GetAccessKeyCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetAccessKeyCore()
Returns
The string that contains the access key.
GetAutomationControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
The control type.
GetAutomationIdCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetAutomationIdCore()
Returns
The string that contains the identifier.
GetBoundingRectangleCore()
When overridden in a derived class, is called by .
Declaration
protected override Rect GetBoundingRectangleCore()
Returns
Rect
The bounding rectangle.
GetChildrenCore()
When overridden in a derived class, is called by .
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
The collection of child elements.
GetClassNameCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetClassNameCore()
Returns
The class name.
GetClickablePointCore()
When overridden in a derived class, is called by .
Declaration
protected override Point GetClickablePointCore()
Returns
Point
A point within the clickable area of the element.
GetHelpTextCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetHelpTextCore()
Returns
The help text.
GetItemStatusCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetItemStatusCore()
Returns
The status.
GetItemTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetItemTypeCore()
Returns
The kind of item.
GetLabeledByCore()
When overridden in a derived class, is called by .
Declaration
protected override AutomationPeer GetLabeledByCore()
Returns
AutomationPeer
The for the element that is targeted by the .
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.
GetNameCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetNameCore()
Returns
The string that contains the label.
GetOrientationCore()
When overridden in a derived class, is called by .
Declaration
protected override AutomationOrientation GetOrientationCore()
Returns
AutomationOrientation
The orientation of the control.
GetPattern(PatternInterface)
When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
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.
HasKeyboardFocusCore()
When overridden in a derived class, is called by .
Declaration
protected override bool HasKeyboardFocusCore()
Returns
true if the element has keyboard focus; otherwise, false.
IsContentElementCore()
When overridden in a derived class, is called by .
Declaration
protected override bool IsContentElementCore()
Returns
true if the element is a content element; otherwise, false.
IsControlElementCore()
When overridden in a derived class, is called by .
Declaration
protected override bool IsControlElementCore()
Returns
true if the element is a control; otherwise, false.
IsEnabledCore()
When overridden in a derived class, is called by .
Declaration
protected override bool IsEnabledCore()
Returns
True if the automation peer can receive and send events; otherwise, false.
IsKeyboardFocusableCore()
When overridden in a derived class, is called by .
Declaration
protected override bool IsKeyboardFocusableCore()
Returns
true if the element can accept keyboard focus; otherwise, false.
IsOffscreenCore()
When overridden in a derived class, is called by .
Declaration
protected override bool IsOffscreenCore()
Returns
true if the element is not on the screen; otherwise, false.
IsPasswordCore()
When overridden in a derived class, is called by .
Declaration
protected override bool IsPasswordCore()
Returns
True if the element contains sensitive content; otherwise, false.
IsRequiredForFormCore()
When overridden in a derived class, is called by .
Declaration
protected override bool IsRequiredForFormCore()
Returns
True if the element is must be completed; otherwise, false.
SetFocusCore()
When overridden in a derived class, is called by .
Declaration
protected override void SetFocusCore()