New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class RadWizardAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadWizardAutomationPeer

Constructors

Initializes a new instance of the RadWizardAutomationPeer class.

C#
public RadWizardAutomationPeer(RadWizard owner)
Parameters:ownerRadWizard

The RadWizard.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string