ClassRadSpreadsheetAutomationPeer
Exposes Telerik.Windows.Controls.RadSpreadsheet type to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class RadSpreadsheetAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadSpreadsheetAutomationPeer
Constructors
RadSpreadsheetAutomationPeer(RadSpreadsheet)
Initializes a new instance of the RadSpreadsheetAutomationPeer class.
Declaration
public RadSpreadsheetAutomationPeer(RadSpreadsheet owner)
Parameters
owner
The owner of the peer.
Methods
GetAutomationControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
The control type.
GetChildrenCore()
When overridden in a derived class, is called by .
Declaration
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 .
GetHelpTextCore()
Gets the string that describes the functionality of the UIElement that is associated with this . This method is called by .
Declaration
protected override string GetHelpTextCore()
Returns
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
protected override string GetItemStatusCore()
Returns
The string that contains the that is returned by .
GetLocalizedControlTypeCore()
Gets the control type.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
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
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
A value from the PatternInterface enumeration.
Returns
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
protected override bool IsOffscreenCore()
Returns
true if the element is not on the screen; otherwise, false.