Top
PowerCOBOL V11.0 Reference
FUJITSU Software

3.17 GroupBox Control

Description:

A GroupBox consists of a rectangular border and text. It is used for visually collecting controls (e.g. OptionButton controls) into logical groups.

Sample image:

Details:

The GroupBox control is a container for controls placed within it.

The controls are child objects of the GroupBox control.

For example, to refer to the Caption property of the StaticText control (Static1) placed in the GroupBox control (Group1):

MOVE "Caption" OF Static1 OF Group1 TO ...

GroupBox controls cannot be part of an array.

Properties:

Appearance

BackColor

BorderStyle

Caption

ClassMajorVersion

ClassMinorVersion

ClassProgID

Container

EdgeStyle

Enabled

Font

ForeColor

Height

Highlight

HighlightColor

Left

Name

Parent

Printable

ScaleMode

ScalingStyle

TabGroup

TabIndex

ToolTipText

Top

UseCaption

Visible

Width

Methods:

Move

Refresh

Zorder

Events:

Click

DblClick

MouseDown

MouseMove

MouseUp

Class ProgID name:

Fujitsu.PcobGroupBox.4

Corresponding Control in PowerCOBOL V3.0 or earlier:

Group Box Item.