RadioButton Constructor

Declaration

public RadioButton();

Description

Creates a RadioButton with no label.


Declaration

public RadioButton(string label);

Parameters

label The Label text.

Description

Creates a RadioButton with a Label and a default manipulator.

The default manipulator makes it possible to activate the RadioButton with a left mouse click.


Did you find this page useful? Please give it a rating: