GroupBox

Contains examples that demonstrate how to use the GroupBox control.


The GroupBox control is functionally equivialent to the Windows Forms GroupBox control.

Availability:
The GroupBox is one of the Out of the Box standard controls, which means it is free and available in all Visual WebGui versions.

The examples below demonstrate how to:
- Use background solid or transparent colors
- Support the ContextMenu in the GroupBox control
- Use GroupBox Enabled property. Which causes all controls contained within the group box to be enabled or disabled
- Use GroupBox special behavior. All contained radio buttons will be treated as a group and checking one of them will uncheck the rest. Such way only one radio button checked in the group
- Handle Click event for the GroupBox control.

The example demonstrates how to use background solid or transparent colors.
The example demonstrates how to use the ContextMenu for the GroupBox control.
The example demonstrates how GroupBox Enabled property is implemented. Which causes all controls contained within the group box to be enabled or disabled.
The example demonstrates GroupBox special behavior. All contained radio buttons will be treated as a group and checking one of them will uncheck the rest. Such way only one radio button checked in the group.
The example demonstrates how to handle Click event for the GroupBox control.