Class DockHeaderPresenterAutomationPeer
Representing the class DockHeaderAutoMationPerer
Inheritance
System.Object
DockHeaderPresenterAutomationPeer
Implements
System.Windows.Automation.Provider.IInvokeProvider
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class DockHeaderPresenterAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Constructors
DockHeaderPresenterAutomationPeer(DockHeaderPresenter, Object)
Declaration
public DockHeaderPresenterAutomationPeer(DockHeaderPresenter control, object header)
Parameters
Type | Name | Description |
---|---|---|
DockHeaderPresenter | control | |
System.Object | header |
Methods
GetAccessKeyCore()
Represents the GetAccessKeyCore method
Declaration
protected override string GetAccessKeyCore()
Returns
Type |
---|
System.String |
GetAutomationControlTypeCore()
Represents the GetAutomationControlTypeCore method
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationControlType |
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
Type |
---|
System.String |
GetHelpTextCore()
Represents the GetHelpTextCore methid
Declaration
protected override string GetHelpTextCore()
Returns
Type |
---|
System.String |
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
Type |
---|
System.String |
GetPattern(PatternInterface)
Method used for getting the pattern
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Automation.Peers.PatternInterface | patternInterface |
Returns
Type | Description |
---|---|
System.Object | Return the object type containing the pattern |
Invoke()
Represents the Invoke method.
Declaration
public void Invoke()
Implements
System.Windows.Automation.Provider.IInvokeProvider