Class AppBarButton
Defines a
Inherited Members
Namespace: Legerity.Uno.Elements
Assembly: Legerity.Uno.dll
Syntax
public class AppBarButton : Button
Constructors
| Improve this Doc View SourceAppBarButton(IWebElement)
Initializes a new instance of the AppBarButton class.
Declaration
public AppBarButton(IWebElement element)
Parameters
Type | Name | Description |
---|---|---|
IWebElement | element | The |
AppBarButton(RemoteWebElement)
Initializes a new instance of the AppBarButton class.
Declaration
public AppBarButton(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Fields
| Improve this Doc View SourceWindowsType
Defines the Windows type for the AppBarButton.
Declaration
public const string WindowsType = null
Field Value
Type | Description |
---|---|
System.String |
Operators
| Improve this Doc View SourceImplicit(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. |