Class
WizardPageAutomationPeer

An AutomationPeer type for WizardPage.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class WizardPageAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectWizardPageAutomationPeer

Constructors

WizardPageAutomationPeer(WizardPage)

Initializes a new instance of the WizardPageAutomationPeer class.

Declaration

cs-api-definition
public WizardPageAutomationPeer(WizardPage wizardPage)

Parameters

wizardPage

WizardPage

The wizard page.

Properties

OwningWizardPage

Gets the owning WizardPage control.

Declaration

cs-api-definition
public WizardPage OwningWizardPage { get; }

Property Value

WizardPage

The owning wizard page.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetAutomationIdCore()

Declaration

cs-api-definition
protected override string GetAutomationIdCore()

Returns

string

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string