Class TabItemExtAutomationPeer
Provides UI Automation support for the TabItemExt control by implementing System.Windows.Automation.Peers.FrameworkElementAutomationPeer and System.Windows.Automation.Provider.IInvokeProvider.
Inheritance
Implements
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TabItemExtAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Constructors
TabItemExtAutomationPeer(TabItemExt, Object)
Intialize the new instance of the TabItemExtAutomationPeerclass.
Declaration
public TabItemExtAutomationPeer(TabItemExt control, object header)
Parameters
| Type | Name | Description |
|---|---|---|
| TabItemExt | control | The Control |
| System.Object | header | The header |
Methods
GetAccessKeyCore()
Gets the access key for the associated TabItemExt control.
Declaration
protected override string GetAccessKeyCore()
Returns
| Type | Description |
|---|---|
| System.String | A string representing the access key, if available; otherwise, the base implementation. |
GetAutomationControlTypeCore()
Gets the control type for the TabItemExt control.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
| Type |
|---|
| System.Windows.Automation.Peers.AutomationControlType |
GetAutomationIdCore()
Gets the automation ID for the associated TabItemExt control.
Declaration
protected override string GetAutomationIdCore()
Returns
| Type | Description |
|---|---|
| System.String | A string representing the automation ID, derived from the control's content or header. |
GetHelpTextCore()
Gets the access key for the associated TabItemExt control.
Declaration
protected override string GetHelpTextCore()
Returns
| Type | Description |
|---|---|
| System.String | A string representing the access key, if available; otherwise, the base implementation. |
GetNameCore()
Gets the name of the associated TabItemExt control for UI Automation.
Declaration
protected override string GetNameCore()
Returns
| Type | Description |
|---|---|
| System.String | A string representing the name of the control, derived from its content or header. |
GetPattern(PatternInterface)
Gets the control pattern for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Automation.Peers.PatternInterface | patternInterface | A value from the enumeration. |
Returns
| Type | Description |
|---|---|
| System.Object | returns the pattern |
Invoke()
Represents the invoke method
Declaration
public void Invoke()