ClassDesktopRadioButton
Class
Represents radio button control.
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation.Controls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopRadioButton : DesktopControl
Inheritance: objectDesktopControlDesktopRadioButton
Inherited Members
Constructors
DesktopRadioButton()
Declaration
cs-api-definition
public DesktopRadioButton()
Properties
IsSelected
Indicates whether current radio button is selected.
Methods
InitControl(DesktopElement)
Initialize desktop control.
Declaration
cs-api-definition
protected override void InitControl(DesktopElement element)
Parameters
element
Underlying element.
Overrides