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

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

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class RadSpreadsheetAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadSpreadsheetAutomationPeer

Constructors

Initializes a new instance of the RadSpreadsheetAutomationPeer class.

C#
public RadSpreadsheetAutomationPeer(RadSpreadsheet owner)
Parameters:ownerRadSpreadsheet

The owner of the peer.

Methods

GetAutomationControlTypeCore()

AutomationControlType

When overridden in a derived class, is called by .

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

The control type.

GetChildrenCore()

List<AutomationPeer>

When overridden in a derived class, is called by .

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

List<AutomationPeer>

The collection of child elements.

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

C#
protected override string GetClassNameCore()
Returns:

string

An Empty string.

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

C#
protected override string GetHelpTextCore()
Returns:

string

The string that contains the that is returned by .

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

C#
protected override string GetItemStatusCore()
Returns:

string

The string that contains the that is returned by .

Gets the control type.

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type 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 IsOffscreenCore()
Returns:

bool

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