Class NativeFloatWindowAutomationPeer
Inheritance
System.Object
NativeFloatWindowAutomationPeer
Implements
System.Windows.Automation.Provider.IInvokeProvider
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class NativeFloatWindowAutomationPeer : WindowAutomationPeer, IInvokeProvider
Constructors
NativeFloatWindowAutomationPeer(NativeFloatWindow, Object)
Intialize a new instance of the NativeFloatWindowAutomationPeerclass.
Declaration
public NativeFloatWindowAutomationPeer(NativeFloatWindow control, object header)
Parameters
Type | Name | Description |
---|---|---|
NativeFloatWindow | control | The Control |
System.Object | header | The header |
Methods
GetAccessKeyCore()
Declaration
protected override string GetAccessKeyCore()
Returns
Type |
---|
System.String |
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationControlType |
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
Type |
---|
System.String |
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