GroupBoxExtensions
Wisej.Web.Markup.GroupBoxExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.GroupBoxExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the AllowHtml property of the specified .
TGroupBox
groupBox
The group box for which to set the AllowHtml property.
value
A boolean indicating whether HTML content is allowed in the group box.
Returns: . The modified group box with the updated AllowHtml property.
This method allows you to enable or disable HTML content in the group box.
TGroupBox
groupBox
The group box for which to set the AutoSizeMode property.
mode
This method allows you to specify the automatic sizing behavior of the group box.
TGroupBox
groupBox
The group box for which to set the Checked property.
value
A boolean indicating whether the group box is checked.
This method allows you to specify whether the group box is checked.
TGroupBox
groupBox
The group box for which to set the Collapsed property.
collapsed
A boolean indicating whether the group box is collapsed.
This method allows you to specify whether the group box is collapsed.
TGroupBox
groupBox
The group box 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 group box changes.
TGroupBox
groupBox
The group box to attach the event handler to.
action
An action to execute when the group box is collapsed.
This method allows you to execute a custom action whenever the group box is collapsed.
TGroupBox
groupBox
The group box to attach the event handler to.
action
An action to execute when the group box is expanded.
This method allows you to execute a custom action whenever the group box is expanded.
TGroupBox
groupBox
The group box for which to set the RestoreBounds property.
bounds
This method allows you to specify the restore bounds of the group box.
TGroupBox
groupBox
The group box for which to set the RightToLeftLayout property.
value
A boolean indicating whether the layout is right-to-left.
This method allows you to specify whether the layout of the group box is right-to-left.
TGroupBox
groupBox
The group box to attach the event handler to.
action
An action to execute when the right-to-left layout changes.
This method allows you to execute a custom action whenever the right-to-left layout of the group box changes.
TGroupBox
groupBox
The group box for which to set the ShowCheckBox property.
value
A boolean indicating whether a checkbox is shown.
This method allows you to specify whether the group box shows a checkbox.
TGroupBox
groupBox
The group box for which to set the ShowCloseButton property.
value
A boolean indicating whether the close button is shown.
This method allows you to specify whether the group box shows a close button.
TGroupBox
groupBox
The group box for which to set the UseMnemonic property.
value
A boolean indicating whether mnemonic characters are used in the group box text.
This method allows you to enable or disable the use of mnemonic characters in the group box's text.
The type of the group box, must inherit from and have an AllowHtml property.
Sets the AutoSizeMode property of the specified .
The type of the group box, must inherit from .
The to set for the group box.
Returns: . The modified group box with the updated AutoSizeMode property.
Sets the Checked property of the specified .
The type of the group box, must inherit from and have a Checked property.
Returns: . The modified group box with the updated Checked property.
Sets the Collapsed property of the specified .
The type of the group box, must inherit from and have a Collapsed property.
Returns: . The modified group box with the updated Collapsed property.
Attaches an event handler for the CheckedChanged event of the specified .
The type of the group box, must inherit from and have a CheckedChanged event.
Returns: . The modified group box with the attached CheckedChanged event handler.
Attaches an event handler for the GroupBoxCollapsed event of the specified .
The type of the group box, must inherit from and have a GroupBoxCollapsed event.
Returns: . The modified group box with the attached GroupBoxCollapsed event handler.
Attaches an event handler for the GroupBoxExpanded event of the specified .
The type of the group box, must inherit from and have a GroupBoxExpanded event.
Returns: . The modified group box with the attached GroupBoxExpanded event handler.
Sets the RestoreBounds property of the specified .
The type of the group box, must inherit from and have a RestoreBounds property.
The to set for the restore bounds.
Returns: . The modified group box with the updated RestoreBounds property.
Sets the RightToLeftLayout property of the specified .
The type of the group box, must inherit from .
Returns: . The modified group box with the updated RightToLeftLayout property.
Attaches an event handler for the RightToLeftLayoutChanged event of the specified .
The type of the group box, must inherit from and have a RightToLeftLayoutChanged event.
Returns: . The modified group box with the attached RightToLeftLayoutChanged event handler.
Sets the ShowCheckBox property of the specified .
The type of the group box, must inherit from and have a ShowCheckBox property.
Returns: . The modified group box with the updated ShowCheckBox property.
Sets the ShowCloseButton property of the specified .
The type of the group box, must inherit from and have a ShowCloseButton property.
Returns: . The modified group box with the updated ShowCloseButton property.
Sets the UseMnemonic property of the specified .
The type of the group box, must inherit from .
Returns: . The modified group box with the updated UseMnemonic property.