Modernize your PowerBuilder Applications

Group Box

This groupbox offers a few improvements over the native PowerBuilder groupbox. You can add an image and display a gradient background. You can also apply a theme.


//Simply call the available functions to change the controls behaviour
//There is no special code needed to setup the control
uo_1.of_VGradient TRUE
uo_1.of_ActivateTheme(uo_1.BLUE)
uo_1.of_SetImage('GroupBox!')