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
Initializes a new instance of the RadSpreadsheetAutomationPeer class.
public RadSpreadsheetAutomationPeer(RadSpreadsheet owner)
The owner of the peer.
Methods
GetAutomationControlTypeCore()
AutomationControlType
When overridden in a derived class, is called by .
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The control type.
GetChildrenCore()
List<AutomationPeer>
When overridden in a derived class, is called by .
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
The collection of child elements.
Gets the string that describes the functionality of the UIElement that is associated with this . This method is called by .
protected override string GetHelpTextCore()
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 .
protected override string GetItemStatusCore()
The string that contains the that is returned by .
Gets the control type.
When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.
public override object GetPattern(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.
When overridden in a derived class, is called by .
protected override bool IsOffscreenCore()
true if the element is not on the screen; otherwise, false.