In This Article

IntelliPromptCompletionListBoxItemAutomationPeer Class

Exposes IntelliPromptCompletionListBoxItem type instances to UI Automation.

public class IntelliPromptCompletionListBoxItemAutomationPeer : ListBoxItemAutomationPeer
Inheritance:
object AutomationPeer ItemAutomationPeer SelectorItemAutomationPeer ListBoxItemAutomationPeer object

Constructors

IntelliPromptCompletionListBoxItemAutomationPeer(object, IntelliPromptCompletionListBoxAutomationPeer)

Initializes a new instance of the IntelliPromptCompletionListBoxItemAutomationPeer class.

public IntelliPromptCompletionListBoxItemAutomationPeer(object owner, IntelliPromptCompletionListBoxAutomationPeer selectorAutomationPeer)
Parameter Type Description
owner object

The owner element.

selectorAutomationPeer IntelliPromptCompletionListBoxAutomationPeer

The selector's automation peer.s

Methods

GetAutomationControlTypeCore()

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

protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType:

The control type.

GetClassNameCore()

Gets a name that is used with AutomationControlType, to differentiate the control that is represented by this AutomationPeer.

protected override string GetClassNameCore()

Returns

string:

The class name.

GetLocalizedControlTypeCore()

Gets a localized string that represents the AutomationControlType value for the control that is associated with this automation peer.

protected override string GetLocalizedControlTypeCore()

Returns

string:

The control type.

GetNameCore()

Gets the value that the automation peer reports as the UI Automation name for the associated control.

protected override string GetNameCore()

Returns

string:

The value that the automation peer reports as the UI Automation name for the associated control.