Class RadioButton
Defines a
Implements
IElementWrapper<WindowsElement>
Inherited Members
Namespace: Legerity.Windows.Elements.Core
Assembly: Legerity.Windows.dll
Syntax
public class RadioButton : Button, IElementWrapper<WindowsElement>
Constructors
| Improve this Doc View SourceRadioButton(WindowsElement)
Initializes a new instance of the RadioButton class.
Declaration
public RadioButton(WindowsElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowsElement | element | The |
Properties
| Improve this Doc View SourceIsSelected
Gets a value indicating whether the radio button is selected.
Declaration
public virtual bool IsSelected { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to RadioButton)
Allows conversion of a
Declaration
public static implicit operator RadioButton(AppiumWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| AppiumWebElement | element | The |
Returns
| Type | Description |
|---|---|
| RadioButton | The RadioButton. |
Implicit(RemoteWebElement to RadioButton)
Allows conversion of a
Declaration
public static implicit operator RadioButton(RemoteWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteWebElement | element | The |
Returns
| Type | Description |
|---|---|
| RadioButton | The RadioButton. |
Implicit(WindowsElement to RadioButton)
Allows conversion of a
Declaration
public static implicit operator RadioButton(WindowsElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowsElement | element | The |
Returns
| Type | Description |
|---|---|
| RadioButton | The RadioButton. |