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