Class RadSpreadsheetAutomationPeer
Exposes Telerik.Windows.Controls.RadSpreadsheet type to UI Automation.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class RadSpreadsheetAutomationPeer : FrameworkElementAutomationPeer
Constructors
RadSpreadsheetAutomationPeer(RadSpreadsheet)
Initializes a new instance of the Rad
Declaration
public RadSpreadsheetAutomationPeer(RadSpreadsheet owner)
Parameters
Rad The owner of the peer. |
Methods
GetAutomationControlTypeCore()
When overridden in a derived class, is called by System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The control type. |
GetChildrenCore()
When overridden in a derived class, is called by System.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. The collection of child elements. |
GetClassNameCore()
Gets the name of the System.
Declaration
protected override string GetClassNameCore()
Returns
System. An System. |
GetHelpTextCore()
Gets the string that describes the functionality of the System.
Declaration
protected override string GetHelpTextCore()
Returns
System. The string that contains the System. |
GetItemStatusCore()
Gets a string that communicates the visual status of the System.
Declaration
protected override string GetItemStatusCore()
Returns
System. The string that contains the System. |
GetLocalizedControlTypeCore()
Gets the control type.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System. The type of the control. |
GetPattern(PatternInterface)
When overridden in a derived class, gets the control pattern that is
associated with the specified System.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. A value from the System. |
Returns
System. 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 System.
Declaration
protected override bool IsOffscreenCore()
Returns
System. true if the element is not on the screen; otherwise, false. |