Class
RadSpreadsheetAutomationPeer

Exposes Telerik.Windows.Controls.RadSpreadsheet type to UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class RadSpreadsheetAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadSpreadsheetAutomationPeer

Constructors

RadSpreadsheetAutomationPeer(RadSpreadsheet)

Initializes a new instance of the RadSpreadsheetAutomationPeer class.

Declaration

cs-api-definition
public RadSpreadsheetAutomationPeer(RadSpreadsheet owner)

Parameters

owner

RadSpreadsheet

The owner of the peer.

Methods

GetAutomationControlTypeCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

The control type.

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()

Gets the name of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

An Empty string.

GetHelpTextCore()

Gets the string that describes the functionality of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

The string that contains the that is returned by .

GetItemStatusCore()

Gets a string that communicates the visual status of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

The string that contains the that is returned by .

GetLocalizedControlTypeCore()

Gets the control type.

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

The type 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.

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.