Difference between revisions of "UI GroupBox"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (7 revisions imported) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | UI_GroupBox is the same as a [http://docs.xojo.com/index.php/WebRectangle WebRectangle] native control.<br/> | ||
+ | The only difference is that if the Caption is defined, the caption text will be surrounded by a box. | ||
− | + | It is the web equivalent of the desktop Groupbox control. | |
{| class=eventTable | {| class=eventTable | ||
Line 38: | Line 40: | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | ==See Also== | ||
+ | [[WebCustomUI]] |
Latest revision as of 16:25, 7 August 2015
UI_GroupBox is the same as a WebRectangle native control.
The only difference is that if the Caption is defined, the caption text will be surrounded by a box.
It is the web equivalent of the desktop Groupbox control.
Events |
Open |
Shown |
Properties |
Caption |
MyStyle |
Methods |
Redisplay |