Class FilteringDropDownAutomationPeer
An AutomationPeer type for FilteringDropDown.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class FilteringDropDownAutomationPeer : FrameworkElementAutomationPeer, IToggleProvider
Constructors
FilteringDropDownAutomationPeer(FilteringDropDown)
Initializes a new instance of the Filtering
Declaration
public FilteringDropDownAutomationPeer(FilteringDropDown owner)
Parameters
Filtering The owner. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The System. |
GetAutomationIdCore()
Gets the string that uniquely identifies the System.
Declaration
protected override string GetAutomationIdCore()
Returns
System. The automation identifier for the element associated with the System. |
GetClassNameCore()
Gets the name of the System.
Declaration
protected override string GetClassNameCore()
Returns
System. An System. |
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.
|
GetNameCore()
Gets the text label of the System.
Declaration
protected override string GetNameCore()
Returns
System. The text label of the element that is associated with this automation peer. |
GetPattern(PatternInterface)
Gets the control pattern for the System.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. A value from the enumeration. |
Returns
System. An object that implements the System. |