Class AppBarButton
Defines a
Implements
IElementWrapper<WindowsElement>
Inherited Members
Namespace: Legerity.Windows.Elements.Core
Assembly: Legerity.Windows.dll
Syntax
public class AppBarButton : Button, IElementWrapper<WindowsElement>
Constructors
| Improve this Doc View SourceAppBarButton(WindowsElement)
Initializes a new instance of the AppBarButton class.
Declaration
public AppBarButton(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to AppBarButton)
Allows conversion of a
Declaration
public static implicit operator AppBarButton(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
AppBarButton | The AppBarButton. |
Implicit(RemoteWebElement to AppBarButton)
Allows conversion of a
Declaration
public static implicit operator AppBarButton(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
AppBarButton | The AppBarButton. |
Implicit(WindowsElement to AppBarButton)
Allows conversion of a
Declaration
public static implicit operator AppBarButton(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Returns
Type | Description |
---|---|
AppBarButton | The AppBarButton. |