In This Article

WizardButtonContainerAutomationPeer Class

Exposes WizardButtonContainerAutomationPeer types to UI Automation.

public class WizardButtonContainerAutomationPeer : FrameworkElementAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object

Constructors

WizardButtonContainerAutomationPeer(WizardButtonContainer)

Initializes an instance of the WizardButtonContainerAutomationPeer class.

public WizardButtonContainerAutomationPeer(WizardButtonContainer owner)
Parameter Type Description
owner WizardButtonContainer

Methods

GetAutomationControlTypeCore()

Gets the AutomationControlType for the element that is associated with the UI Automation peer.

protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType:

A AutomationControlType indicating the control type.

GetClassNameCore()

Gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.

protected override string GetClassNameCore()

Returns

string:

The string that contains the name.

GetNameCore()

Gets the text string describing the element that is associated with this automation peer.

protected override string GetNameCore()

Returns

string:

The string that contains the name.