New to Telerik UI for WPFStart a free 30-day trial

Exposes single RadSpreadsheet cell to UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class VisualCellAutomationPeer : AutomationPeer

Inheritance: objectVisualCellAutomationPeer

Constructors

Initializes a new instance of the VisualCellAutomationPeer class.

C#
public VisualCellAutomationPeer(int row, int column, RadSpreadsheetAutomationPeer radSpreadsheetAutomationPeer)
Parameters:rowint

The row of the cell.

columnint

The column of the cell.

radSpreadsheetAutomationPeerRadSpreadsheetAutomationPeer

The RadSpreadsheet automation peer.

Methods

When overridden in a derived class, is called by .

C#
protected override string GetAcceleratorKeyCore()
Returns:

string

The accelerator key.

When overridden in a derived class, is called by .

C#
protected override string GetAccessKeyCore()
Returns:

string

The string that contains the access key.

When overridden in a derived class, is called by .

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

The control type.

When overridden in a derived class, is called by .

C#
protected override string GetAutomationIdCore()
Returns:

string

The string that contains the identifier.

When overridden in a derived class, is called by .

C#
protected override Rect GetBoundingRectangleCore()
Returns:

Rect

The bounding rectangle.

When overridden in a derived class, is called by .

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

The collection of child elements.

When overridden in a derived class, is called by .

C#
protected override string GetClassNameCore()
Returns:

string

The class name.

When overridden in a derived class, is called by .

C#
protected override Point GetClickablePointCore()
Returns:

Point

A point within the clickable area of the element.

When overridden in a derived class, is called by .

C#
protected override string GetHelpTextCore()
Returns:

string

The help text.

When overridden in a derived class, is called by .

C#
protected override string GetItemStatusCore()
Returns:

string

The status.

When overridden in a derived class, is called by .

C#
protected override string GetItemTypeCore()
Returns:

string

The kind of item.

When overridden in a derived class, is called by .

C#
protected override AutomationPeer GetLabeledByCore()
Returns:

AutomationPeer

The for the element that is targeted by the .

When overridden in a derived class, is called by .

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type of the control.

When overridden in a derived class, is called by .

C#
protected override string GetNameCore()
Returns:

string

The string that contains the label.

When overridden in a derived class, is called by .

C#
protected override AutomationOrientation GetOrientationCore()
Returns:

AutomationOrientation

The orientation of the control.

When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterface

A value from the PatternInterface enumeration.

Returns:

object

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 .

C#
protected override bool HasKeyboardFocusCore()
Returns:

bool

true if the element has keyboard focus; otherwise, false.

When overridden in a derived class, is called by .

C#
protected override bool IsContentElementCore()
Returns:

bool

true if the element is a content element; otherwise, false.

When overridden in a derived class, is called by .

C#
protected override bool IsControlElementCore()
Returns:

bool

true if the element is a control; otherwise, false.

When overridden in a derived class, is called by .

C#
protected override bool IsEnabledCore()
Returns:

bool

True if the automation peer can receive and send events; otherwise, false.

When overridden in a derived class, is called by .

C#
protected override bool IsKeyboardFocusableCore()
Returns:

bool

true if the element can accept keyboard focus; otherwise, false.

When overridden in a derived class, is called by .

C#
protected override bool IsOffscreenCore()
Returns:

bool

true if the element is not on the screen; otherwise, false.

When overridden in a derived class, is called by .

C#
protected override bool IsPasswordCore()
Returns:

bool

True if the element contains sensitive content; otherwise, false.

When overridden in a derived class, is called by .

C#
protected override bool IsRequiredForFormCore()
Returns:

bool

True if the element is must be completed; otherwise, false.

When overridden in a derived class, is called by .

C#
protected override void SetFocusCore()