Class WizardPageAutomationPeer
An AutomationPeer type for WizardPage.
Inheritance
System.Object
WizardPageAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class WizardPageAutomationPeer : FrameworkElementAutomationPeer
Constructors
WizardPageAutomationPeer(WizardPage)
Initializes a new instance of the WizardPageAutomationPeer class.
Declaration
public WizardPageAutomationPeer(WizardPage wizardPage)
Parameters
WizardPage
wizardPage
The wizard page. |
Properties
OwningWizardPage
Gets the owning WizardPage control.
Declaration
public WizardPage OwningWizardPage { get; }
Property Value
WizardPage
The owning wizard page. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
System.String
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|