Class DocumentTabControlAutomationPeer
Represents the DocumentTabControlAutomationPeer class
Inheritance
System.Object
DocumentTabControlAutomationPeer
Implements
System.Windows.Automation.Provider.IInvokeProvider
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class DocumentTabControlAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Constructors
DocumentTabControlAutomationPeer(DocumentTabControl)
Initilalize new instance of the DocumentTabControlAutomationPeer class
Declaration
public DocumentTabControlAutomationPeer(DocumentTabControl control)
Parameters
Type | Name | Description |
---|---|---|
DocumentTabControl | control | The control |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationControlType |
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
Type |
---|
System.String |
GetNameCore()
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()
Implements
System.Windows.Automation.Provider.IInvokeProvider