Class ComboBoxItemAdvDataAutomationPeer
Inheritance
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class ComboBoxItemAdvDataAutomationPeer : ItemAutomationPeer
Constructors
ComboBoxItemAdvDataAutomationPeer(Object, ItemsControlAutomationPeer)
Initializes a new instance of the ComboBoxItemAdvDataAutomationPeer class for the specified item within a ComboBoxAdv control.
Declaration
public ComboBoxItemAdvDataAutomationPeer(object item, ItemsControlAutomationPeer itemsControlAutomationPeer)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | item | The item associated with this automation peer. |
| System.Windows.Automation.Peers.ItemsControlAutomationPeer | itemsControlAutomationPeer | The parent System.Windows.Automation.Peers.ItemsControlAutomationPeer that manages this item. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the item represented by this automation peer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
| Type | Description |
|---|---|
| System.Windows.Automation.Peers.AutomationControlType | An System.Windows.Automation.Peers.AutomationControlType value that identifies the item as a ListItem. |
GetClassNameCore()
Gets the class name of the associated ComboBoxItemAdv control for UI Automation.
Declaration
protected override string GetClassNameCore()
Returns
| Type | Description |
|---|---|
| System.String | A string that represents the class name of the control. |
GetPattern(PatternInterface)
Retrieves the control pattern that is supported by this ComboBoxItemAdvDataAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Automation.Peers.PatternInterface | patternInterface | The pattern interface to retrieve. |
Returns
| Type | Description |
|---|---|
| System.Object | Always returns |