Class
CardViewFilteringDropDownAutomationPeer

An AutomationPeer type for FilteringDropDown.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class CardViewFilteringDropDownAutomationPeer : FrameworkElementAutomationPeer, IToggleProvider

Inheritance: objectCardViewFilteringDropDownAutomationPeer

Implements: IToggleProvider

Constructors

CardViewFilteringDropDownAutomationPeer(CardViewFilteringDropDown)

Initializes a new instance of the CardViewFilteringDropDownAutomationPeer class.

Declaration

cs-api-definition
public CardViewFilteringDropDownAutomationPeer(CardViewFilteringDropDown owner)

Parameters

owner

CardViewFilteringDropDown

The owner.

Methods

GetAutomationControlTypeCore()

Gets the control type for the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

The enumeration value.

GetAutomationIdCore()

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

Declaration

cs-api-definition
protected override string GetAutomationIdCore()

Returns

string

The automation identifier for the element associated with the , or if there isn't an automation identifier.

GetClassNameCore()

Gets 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

An 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()

Gets the text label of the that is associated with this . Called by .

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

The text label of the element that is associated with this automation peer.

GetPattern(PatternInterface)

Gets the control pattern for the UIElement that is associated with this .

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

A value from the enumeration.

Returns

object

An object that implements the interface if patternInterface is ; otherwise, null.