Help & Support
Contents
Display Legacy Contents

Search:

Home > Impact Suite > Tables and Forms > Controls on Forms > Panels and Container > Group Box

Group Box

The GroupBox displays a frame around a group of controls with or without a caption. Use a GroupBox to logically group a collection of controls on a form. The group box is a container control that can be used to define groups of controls.

The typical use for a group box is to contain a logical group of RadioButton controls. If you have two group boxes, each of which contain several option buttons (also known as radio buttons), each group of buttons is mutually exclusive, setting one option value per group.

In 5.1 two new properties were added ShowClearButton and ShowMiniClearButton

By default they are set to false



If ShowClearButton is set to true the groupbox will look like below the button will clear all the controls in the groupbox


If ShowMiniClearButton is set to true the groupbox will look like below the button will clear all the controls in the groupbox


See also



Properties
Article ID:
group_box
Views: 261
Created By: jimdurkin
Modified By: [Modified By]
Created Date: 3/24/2014 12:31 PM
Last Modified: 3/24/2014 1:40 PM
Actions
Print This Article
Bookmark
Email This Article
Previous Article
Next Article