In This Article

PropertyGridItemAutomationPeer Class

Exposes PropertyGrid data items to UI Automation.

public class PropertyGridItemAutomationPeer : TreeListBoxItemAutomationPeer
Inheritance:
object AutomationPeer ItemAutomationPeer TreeListBoxItemAutomationPeer object

Constructors

PropertyGridItemAutomationPeer(object, PropertyGridAutomationPeer)

Initializes a new instance of the PropertyGridItemAutomationPeer class.

public PropertyGridItemAutomationPeer(object item, PropertyGridAutomationPeer itemsControlAutomationPeer)
Parameter Type Description
item object

The data item.

itemsControlAutomationPeer PropertyGridAutomationPeer

The items control automation peer.

Methods

GetAutomationIdCore()

Gets the string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer.

protected override string GetAutomationIdCore()

Returns

string:

The string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer.

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.

GetItemTypeCore()

Gets a human-readable string that contains the type of item that the specified element represents.

protected override string GetItemTypeCore()

Returns

string:

The item type.

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.

Inherited Members