Thursday, May 28, 2009

RADIOBUTTON

  • A RadioButton is usually used in a group with multiple options where one has to be selected.
  • The GroupName property of a RadioButton assigns a RadioButton to a group.
  • Only one RadioButton can be in the selected states at once and by selecting a new RadioButton unselects the previous selected RadioButton.
  • RadioButton control has Checked event as default event and raised when you check a radio button.

No comments:

Post a Comment