RadioButton

Wisej.Web.RadioButton

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Enables the user to select a single option from a group of choices when paired with other RadioButton controls.

public class RadioButton : ButtonBase, IReadOnly

Constructors

RadioButton()

Initializes a new instance of the RadioButton class.

Properties

Appearance

Appearance: Returns or sets the value that determines the appearance of a CheckBox control.

AutoCheck

Boolean: Returns or set a value indicating whether the Checked or CheckState values and the CheckBox's appearance are automatically changed when the CheckBox is clicked.

AutoSize

Boolean: Returns or sets a value that indicates whether the control resizes based on its contents.

CheckAlign

ContentAlignment: Returns or sets the horizontal and vertical alignment of the check mark on a CheckBox control.

Checked

Boolean: Gets or sets whether the control is checked.

CheckedForeColor

Color: Returns or sets the text color used when the RadioButton is checked.

Invalid

Boolean: Returns or sets a value that indicates that the control is invalid.

InvalidMessage

String: Returns or sets the invalid message that is shown in the invalid tooltip.

ReadOnly

Boolean: Returns or sets whether the control is read-only.

TabStop

Boolean: Returns or sets whether the user can give the focus to this control using the TAB key and the Focusable property is set to true.

TextAlign

ContentAlignment: Returns or sets the alignment of the text on the CheckBox control.

Methods

PerformClick()

Generates a Click event for a RadioButton.

Events

AppearanceChanged

EventHandler Fired when the value of the Appearance property changes.

CheckedChanged

EventHandler Fired when the value of the Checked property changes.

ReadOnlyChanged

EventHandler Fired when the value of the ReadOnly property has changed.

Implements

NameDescription

Bindable components implement this interface.

Provides access to common image properties across the controls that implement this interface.

Provides access to the ReadOnly property for coontrols that support the read-only mode.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated