lphilippe_macau
13 years agoContributor
Userforms Groupbox question
Hi,
This is a simple question with a simple answer probably if it is possible to do. I have created a userform divided with different groupboxes. All I would like to do is to change the caption color of the groupbox. There doesn't seem to be any properties that do this in the userforms editor. Is this possible? Doing it through code would not bother me either.
*Note: I do have a work around, which is to not put a caption at all and to overlap a label on top of the groupbox where the caption would be, but this seems like sloppy app design.
Thanks for any help
Louis-Philippe
This is a simple question with a simple answer probably if it is possible to do. I have created a userform divided with different groupboxes. All I would like to do is to change the caption color of the groupbox. There doesn't seem to be any properties that do this in the userforms editor. Is this possible? Doing it through code would not bother me either.
*Note: I do have a work around, which is to not put a caption at all and to overlap a label on top of the groupbox where the caption would be, but this seems like sloppy app design.
Thanks for any help
Louis-Philippe
- Hi Louis-Philippe,
Currently, there's no way to change the caption text color of the group boxes. I've registered this as a feature request for consideration in future releases of TestComplete.
In the meantime, your workaround is the way to go.