RadioButton::PerformClick Method ()
.NET Framework (current version)
Generates a Click event for the control, simulating a click by a user.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The following code example evaluates a ListBox selection and the Checked property of a RadioButton. When a specified item is selected from the list box, the PerformClick method of another RadioButton is called. This example requires that two RadioButton controls and a ListBox have been instantiated on a form.
.NET Framework
Available since 1.1
Available since 1.1
Show: