ClassWizardPageAutomationPeer
Class
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
The wizard page.
Properties
OwningWizardPage
Gets the owning WizardPage control.
Declaration
cs-api-definition
public WizardPage OwningWizardPage { get; }
Property Value
The owning wizard page.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns