Class AutomationExtensions
Contains extension methods for working with control's automation peers.
Inheritance
System.Object
AutomationExtensions
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class AutomationExtensions : Object
Methods
GetBaseControlItemStatus(Control)
Gets a string that communicates the visual status of a Control.
Declaration
public static string GetBaseControlItemStatus(this Control element)
Parameters
System.
|
Returns
System.
|