Class TabControlExtAutomationPeer
Provides UI Automation support for the extended TabControl 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 TabControlExtAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Constructors
TabControlExtAutomationPeer(TabControlExt)
Intialize a new instance of the TabControlExtAutomationPeerclass.
Declaration
public TabControlExtAutomationPeer(TabControlExt control)
Parameters
| Type | Name | Description |
|---|---|---|
| TabControlExt | control | The Control |
Methods
GetAccessKeyCore()
Gets the access key for the associated TabControl element for UI Automation.
Declaration
protected override string GetAccessKeyCore()
Returns
| Type |
|---|
| System.String |
GetAutomationControlTypeCore()
Gets the control type for the TabControl element for UI Automation.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
| Type |
|---|
| System.Windows.Automation.Peers.AutomationControlType |
GetHelpTextCore()
Gets the help text associated with the TabControl element for UI Automation.
Declaration
protected override string GetHelpTextCore()
Returns
| Type |
|---|
| System.String |
GetNameCore()
Gets the name of the associated TabControl element for UI Automation.
Declaration
protected override string GetNameCore()
Returns
| Type |
|---|
| System.String |
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()