Groupbox object

Event Description
Groupbox.onClick() Event occurs when the user clicks on the Groupbox
Groupbox.onShow() Event fired when the Groupbox is shown
Groupbox.onHide() Event fired when the Groupbox is hidden
Groupbox.onCreate() Event fired when Groupbox has just been created
Groupbox.onMouseDown() Event fired when the user presses a mouse button over the Groupbox
Groupbox.onMouseUp() Event fired when the user releases a mouse button over the Groupbox
Property Description Access Type
Groupbox.text Get/set the Groupbox text content readwrite string
Groupbox.x Get/set the Groupbox's horizontal position readwrite number
Groupbox.y Get/set the Groupbox's vertical position readwrite number
Groupbox.width Get/set the Groupbox's width readwrite number
Groupbox.height Get/set the Groupbox's height readwrite number
Groupbox.align Align the Groupbox relative to its parent readwrite boolean
Groupbox.enabled Controls whether the Groupbox responds to mouse and other events readwrite boolean
Groupbox.visible Controls whether the Groupbox appears on screen readwrite boolean
Groupbox.parent Get the Groupbox's parent widget readonly Window | Groupbox
TabItem | Panel
Groupbox.font Get/set the Groupbox font readwrite string
Groupbox.fontstyle Get/set the Groupbox font style readwrite table
Groupbox.fontsize Get/set the Groupbox font size readwrite number
Method Description Return value
Groupbox.constructor() Groupbox object constructor Groupbox
Groupbox.center() Centers the Groupbox on the parent widget -
Groupbox.show() Shows the Groupbox -
Groupbox.hide() Hides the Groupbox -
Groupbox.tofront() Brings the widget in front -
Groupbox.toback() Puts the widget to the back -