ClassCardViewFilteringDropDownAutomationPeer
An AutomationPeer type for FilteringDropDown.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class CardViewFilteringDropDownAutomationPeer : FrameworkElementAutomationPeer, IToggleProvider
Inheritance: objectCardViewFilteringDropDownAutomationPeer
Implements:
Constructors
CardViewFilteringDropDownAutomationPeer(CardViewFilteringDropDown)
Initializes a new instance of the CardViewFilteringDropDownAutomationPeer class.
Declaration
public CardViewFilteringDropDownAutomationPeer(CardViewFilteringDropDown owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
Gets the control type for the UIElement that is associated with this . This method is called by .
Declaration
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
protected override string GetAutomationIdCore()
Returns
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
protected override string GetClassNameCore()
Returns
An string.
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
Gets the text label of the that is associated with this . Called by .
Declaration
protected override string GetNameCore()
Returns
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
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
A value from the enumeration.
Returns
An object that implements the interface if patternInterface is ; otherwise, null.