Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
public class RadImageEditorAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadImageEditorAutomationPeer
Constructors
Initializes a new instance of the RadImageEditorAutomationPeer class.
public RadImageEditorAutomationPeer(RadImageEditor owner)
The owner control for the peer.
Methods
Gets the control type for the UIElement that is associated with this . This method is called by .
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The enumeration value.
Gets the collection of child elements of the UIElement that is associated with this . This method is called by .
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
A list of child AutomationPeer elements.
Gets the name of the UIElement that is associated with this . This method is called 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 .
Exceptions:Not supported AutomationMode.