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
| Name | Type | Optional | Default | Descripton |
sText | String | ![]() | The text to show on the title |
Properties
| Name | Type | get | set | Descripton |
groupBoxTitle | | ![]() | ![]() | This property points to the BiGroupBoxTitle component which handles the title of the group box. |
text | String | ![]() | ![]() | Sets the text of the title. Setting this to null removes the title. |
titlePosition | String | ![]() | ![]() | The position of the title. Valid values are:left center right |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
