Class
DesktopRadioButton

Represents radio button control.

Definition

Constructors

DesktopRadioButton()

Declaration

cs-api-definition
public DesktopRadioButton()

Properties

IsSelected

Indicates whether current radio button is selected.

Declaration

cs-api-definition
public bool IsSelected { get; }

Property Value

bool

Methods

InitControl(DesktopElement)

Initialize desktop control.

Declaration

cs-api-definition
protected override void InitControl(DesktopElement element)

Parameters

element

DesktopElement

Underlying element.

Overrides DesktopControl.InitControl(DesktopElement)

Select()

Select current radio button.

Declaration

cs-api-definition
public void Select()