BiGroupBox

This class is used for creating group boxes. A group box is a container with a border and possibly a title at the top.

This class extends BiComponent and therefore all methods and fields available for BiComponent are also available for BiGroupBox .

Constructor

new BiGroupBox ( [ sText ] )

Parameters

NameTypeOptionalDefaultDescripton
sTextStringcheckedThe text to show on the title

Properties

NameTypegetsetDescripton
groupBoxTitleBiGroupBoxTitlecheckedcheckedThis property points to the BiGroupBoxTitle component which handles the title of the group box.
textStringcheckedcheckedSets the text of the title. Setting this to null removes the title.
titlePositionStringcheckedcheckedThe position of the title. Valid values are:

left
center
right

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.