RadioButton Control Properties in VB.NET

RadioButton Control Properties in VB.NET?

Explanation

RadioButton Control Properties

Following table lists the Properties, Events, Methods used commonly with the Radio Button Control in Visual Basic.net 2008.
Properties:
Properties Description
Text Property used to display the text center aligned on the control.
Size This property is used to specify the width, height of the control.
Font Property used to set the font properties like bold, Italic, Name and so on.
Appearance Property is used to set or get the value that determines the appearance.
Autocheck Property is used to set or get whether the checked value, appearance change when clicked on the radio button.
Checked Property is used to set or get the value indicating whether the radio button is checked.
FlatStyle Property is used to set or get flatStyle appearance of the radio button.
Image Property is used to set or get the image displayed on the radio button.
ImageAlign Property is used to set or get the alignment of the image on the control.
ImageList Property is used to set or get the images displayed on the control.
Methods:
Method Description
PerformClick Method used to generate a click event for the radio button.
Events:
Events Description
CheckedChanged Triggered when the control is checked or changed.
AppearanceChanged Triggered when the appearance property changes.

Visual Basic Tutorial


Ask Questions

Ask Question