Navigation: Ultimate Suite for PowerBuilder Help > GroupBox >

Implementation

Send comments on this topic.

 

Place u_cst_groupbox from advguicontrols.pbl\pbd on your window.

You can set properties from the IDE. If you need to set properties at run time, use the corrisponding object function.
E.g.
      of_SetImage(...)
      of_VGradient(...)
      ect....


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!')


Copyright © 2021 Werysoft Inc.