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