Class
VisualCellAutomationPeer

Exposes single RadSpreadsheet cell to UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class VisualCellAutomationPeer : AutomationPeer

Inheritance: objectVisualCellAutomationPeer

Constructors

VisualCellAutomationPeer(int, int, RadSpreadsheetAutomationPeer)

Initializes a new instance of the VisualCellAutomationPeer class.

Declaration

cs-api-definition
public VisualCellAutomationPeer(int row, int column, RadSpreadsheetAutomationPeer radSpreadsheetAutomationPeer)

Parameters

row

int

The row of the cell.

column

int

The column of the cell.

radSpreadsheetAutomationPeer

RadSpreadsheetAutomationPeer

The RadSpreadsheet automation peer.

Methods

GetAcceleratorKeyCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetAcceleratorKeyCore()

Returns

string

The accelerator key.

GetAccessKeyCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetAccessKeyCore()

Returns

string

The string that contains the access key.

GetAutomationControlTypeCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

The control type.

GetAutomationIdCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetAutomationIdCore()

Returns

string

The string that contains the identifier.

GetBoundingRectangleCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override Rect GetBoundingRectangleCore()

Returns

Rect

The bounding rectangle.

GetChildrenCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>

The collection of child elements.

GetClassNameCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

The class name.

GetClickablePointCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
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

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

The help text.

GetItemStatusCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

The status.

GetItemTypeCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetItemTypeCore()

Returns

string

The kind of item.

GetLabeledByCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
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

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

The type of the control.

GetNameCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

The string that contains the label.

GetOrientationCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
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

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

A value from the PatternInterface enumeration.

Returns

object

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

cs-api-definition
protected override bool HasKeyboardFocusCore()

Returns

bool

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

IsContentElementCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override bool IsContentElementCore()

Returns

bool

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

IsControlElementCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override bool IsControlElementCore()

Returns

bool

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

IsEnabledCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override bool IsEnabledCore()

Returns

bool

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

IsKeyboardFocusableCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override bool IsKeyboardFocusableCore()

Returns

bool

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

IsOffscreenCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override bool IsOffscreenCore()

Returns

bool

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

IsPasswordCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override bool IsPasswordCore()

Returns

bool

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

IsRequiredForFormCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override bool IsRequiredForFormCore()

Returns

bool

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

SetFocusCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override void SetFocusCore()