May 2010
Intermediate to advanced
1272 pages
61h 18m
English
RadioButtonThe RadioButton control works similarly to the CheckBox, differing in that this enables one choice among several alternatives, but basically it exposes the same properties. The following XAML code declares two RadioButton controls:

Each instance exposes the IsChecked property and the Checked and Unchecked events. For this, take a look back at the CheckBox discussion. Figure 32.15 shows how the controls look.
Figure 32.15 Adding RadioButton selection.

Read now
Unlock full access