RadioButtonExtensions
Wisej.Web.Markup.RadioButtonExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.RadioButtonExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the Appearance property of the specified .
TRadioButton
radioButton
The radio button for which to set the Appearance property.
appearance
Returns: . The modified radio button with the updated Appearance property.
This method allows you to specify the appearance of the radio button.
TRadioButton
radioButton
The radio button for which to set the AutoCheck property.
value
A boolean indicating whether the radio button is automatically checked when clicked.
This method allows you to enable or disable automatic checking of the radio button when it is clicked.
TRadioButton
radioButton
The radio button for which to set the AutoToolTip property.
value
A boolean indicating whether tooltips are automatically shown for the radio button.
This method allows you to enable or disable automatic tooltips for the radio button.
TRadioButton
radioButton
The radio button for which to set the CheckAlign property.
value
This method allows you to specify the alignment of the check mark within the radio button.
TRadioButton
radioButton
The radio button for which to set the Checked property.
value
A boolean indicating whether the radio button is checked.
This method allows you to specify whether the radio button is checked.
TRadioButton
radioButton
The radio button for which to set the CheckedForeColor property.
color
This method allows you to specify the text color when the radio button is checked.
TRadioButton
radioButton
The radio button for which to set the Invalid property.
value
A boolean indicating whether the radio button is in an invalid state.
This method allows you to specify whether the radio button is in an invalid state.
TRadioButton
radioButton
The radio button for which to set the InvalidMessage property.
message
The message to set for the invalid state.
This method allows you to specify a custom message to display when the radio button is in an invalid state.
TRadioButton
radioButton
The radio button to attach the event handler to.
action
An action to execute when the appearance changes.
This method allows you to execute a custom action whenever the appearance of the radio button changes.
TRadioButton
radioButton
The radio button to attach the event handler to.
action
An action to execute when the checked state changes.
This method allows you to execute a custom action whenever the checked state of the radio button changes.
TRadioButton
radioButton
The radio button to attach the event handler to.
action
An action to execute when the read-only state changes.
This method allows you to execute a custom action whenever the read-only state of the radio button changes.
The type of the radio button, must inherit from .
The to set for the radio button.
Sets the AutoCheck property of the specified .
The type of the radio button, must inherit from .
Returns: . The modified radio button with the updated AutoCheck property.
Sets the AutoToolTip property of the specified .
The type of the radio button, must inherit from and have an AutoToolTip property.
Returns: . The modified radio button with the updated AutoToolTip property.
Sets the CheckAlign property of the specified .
The type of the radio button, must inherit from .
The to set for the check mark alignment.
Returns: . The modified radio button with the updated CheckAlign property.
Sets the Checked property of the specified .
The type of the radio button, must inherit from .
Returns: . The modified radio button with the updated Checked property.
Sets the CheckedForeColor property of the specified .
The type of the radio button, must inherit from and have a CheckedForeColor property.
The to set for the checked state text color.
Returns: . The modified radio button with the updated CheckedForeColor property.
Sets the Invalid property of the specified .
The type of the radio button, must inherit from and have an Invalid property.
Returns: . The modified radio button with the updated Invalid property.
Sets the InvalidMessage property of the specified .
The type of the radio button, must inherit from and have an InvalidMessage property.
Returns: . The modified radio button with the updated InvalidMessage property.
Attaches an event handler for the AppearanceChanged event of the specified .
The type of the radio button, must inherit from .
Returns: . The modified radio button with the attached AppearanceChanged event handler.
Attaches an event handler for the CheckedChanged event of the specified .
The type of the radio button, must inherit from .
Returns: . The modified radio button with the attached CheckedChanged event handler.
Attaches an event handler for the ReadOnlyChanged event of the specified .
The type of the radio button, must inherit from and have a ReadOnlyChanged event.
Returns: . The modified radio button with the attached ReadOnlyChanged event handler.