Class
FilterPartAutomationPeer

Automation Peer for the FilterPart class.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class FilterPartAutomationPeer : ItemAutomationPeer

Inheritance: objectFilterPartAutomationPeer

Constructors

FilterPartAutomationPeer(object, ItemsControlAutomationPeer)

Initializes a new instance of the FilterPartAutomationPeer class.

Declaration

cs-api-definition
public FilterPartAutomationPeer(object owner, ItemsControlAutomationPeer peer)

Parameters

owner

object

peer

ItemsControlAutomationPeer

Methods

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.

GetChildrenCore()

Declaration

cs-api-definition
protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>

GetClassNameCore()

Returns the name of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

The name of the owner type that is associated with this . See "Notes for Inheritors".

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.