Lesson 4: Radio Button Flashcards
This property is a graphical user interface object or control that allows the user to only select one option from a given set of choices.
Radio Button
This property is used to set or get a value representing whether the RadioButton allows the user to drag on the form.
AllowDrop
This property is used to get or set a value that represents the appearance of the radio button.
Appearance
This property is used to get or set the radio control in ScrollControlIntoView.
AutoScrollOffset
This property is used to check whether the checked value or appearance of control can be automatically changed when the user clicked on the RadioButton control.
AutoCheck
This property is used to check whether the radio control can be automatically resized by setting a value in the RadioButton control.
AutoSize
This property is used to validate whether a radio control can be selected by setting a value in the RadioButton control.
CanSelect
This property is used to obtain or set a value that indicates the location of the check portion in the RadioButton control.
CheckAlign
This property is used to set the name of the RadioButton control.
Text
This method is used to check if the defined control is available in the RadioButton control.
Contains(Control)
This method is used to send the specified message to the Windows procedure.
DefWndProc(Message)
This method used to destroy the handle associated with the RadioButton control.
DestroHandle()
This method is used to set the input focus to the Window form’s RadioButton control.
Focus()
This method is used to return a value that represents how the control will operate when the AutoSize property is enabled in the RadioButton control of the Window form.
GetAutoSizeMode()
This method is used to reset the property of text to its default value or empty.
ResetText()