RadioButton
Wisej.Web.RadioButton
Last updated
Was this helpful?
Wisej.Web.RadioButton
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Enables the user to select a single option from a group of choices when paired with other controls.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified settings.
text
Initial text.
onCheckedChanged
text
Initial text.
location
Initial location.
size
Initial size.
onCheckedChanged
e
e
e
e
e
e
Renders the client component.
config
Dynamic configuration object.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to common image properties across the controls that implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
Allows an object to serialize itself.
Optional handler.
Initializes a new instance of the class with specific initial settings.
Optional handler.
: Returns or sets the value that determines the appearance of a control. (Default: Normal
)
: Returns or set a value indicating whether the or values and the 's appearance are automatically changed when the is clicked. (Default: True
)
: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: True
)
: Returns or sets whether a tooltip is displayed when the text extends beyond the size of the control. (Default: False
)
The auto tooltip is set on the browser using the attribute managed by the browser, does not use the themed tooltip managed by Wisej.NET.
: Returns or sets the horizontal and vertical alignment of the check mark on a control. (Default: MiddleLeft
)
: Gets or sets whether the control is checked. (Default: False
)
: Returns or sets the text color used when the is checked. (Default: Color [Empty]
)
: Returns the default size of the control.
: Returns or sets a value that indicates that the control is invalid. (Default: False
)
: Returns or sets the invalid message that is shown in the invalid tooltip. (Default: ""
)
: Returns or sets whether the control is read-only. (Default: False
)
: Returns or sets whether the user can give the focus to this control using the TAB key and the property is set to true. (Default: False
)
: Returns or sets the alignment of the text on the control. (Default: MiddleLeft
)
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
An that contains the event data.
Fires the event.
A that contains the event data.
Generates a event for a .
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the value of the property has changed.
Defines an object that can invoke a .
Provides access to the property for coontrols that support the read-only mode.
All wisej controls derived from the class must implement this interface.