Class
FilterPartsItemsControlAutomationPeer

An AutomationPeer type for the FilterPartsItemsControl type.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class FilterPartsItemsControlAutomationPeer : ItemsControlAutomationPeer

Inheritance: objectFilterPartsItemsControlAutomationPeer

Constructors

FilterPartsItemsControlAutomationPeer(FilterPartsItemsControl)

Initializes a new instance of the FilterPartsItemsControlAutomationPeer class.

Declaration

cs-api-definition
public FilterPartsItemsControlAutomationPeer(FilterPartsItemsControl owner)

Parameters

owner

FilterPartsItemsControl

The owner.

Methods

CreateItemAutomationPeer(object)

When overridden in a derived class, creates a new instance of the ItemAutomationPeer for a data item in the collection of this .

Declaration

cs-api-definition
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)

Parameters

item

object

The data item that is associated with this ItemAutomationPeer.

Returns

ItemAutomationPeer

The new ItemAutomationPeer created.

GetAutomationControlTypeCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

The control type, as a value of the enumeration.

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetNameCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

The name.