Class SelectorItemAutomationPeer
Inheritance
Namespace: Telerik.Windows.Controls.Automation.Peers
Assembly: Telerik.Windows.Controls.dll
Syntax
public abstract class SelectorItemAutomationPeer : ItemAutomationPeer, ISelectionItemProvider
Constructors
SelectorItemAutomationPeer(Object, SelectorAutomationPeer)
Initializes a new instance of the SelectorItemAutomationPeer class.
Declaration
protected SelectorItemAutomationPeer(object owner, SelectorAutomationPeer selectorAutomationPeer)
Parameters
System.Object
owner
The owner. |
SelectorAutomationPeer
selectorAutomationPeer
The selector automation peer. |
Methods
GetPattern(PatternInterface)
Returns the control pattern for the item that is associated with this System.Windows.Automation.Peers.ItemAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
One of the enumeration values. |
Returns
System.Object
The object that implements the pattern interface, or null if the specified pattern interface is not implemented. |