ClassRadWizardAutomationPeer
Class
Provides the automation peer for the RadWizard control, enabling UI automation support and providing properties and methods for UI automation clients. This class derives from and implements the necessary methods to expose the structure and functionality of the underlying RadWizard control, including information about its child elements and the current state of the wizard.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class RadWizardAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadWizardAutomationPeer
Constructors
RadWizardAutomationPeer(RadWizard)
Initializes a new instance of the RadWizardAutomationPeer class.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns