Difference between revisions of "UI GroupBox.Caption"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
  
 
The [[UI_GroupBox.Caption|Caption]] displayed.
 
The [[UI_GroupBox.Caption|Caption]] displayed.
If the Caption is empty, the GroupBox doesn't display any header, it is a plain box (with Style).
+
If the [[UI_GroupBox.Caption|Caption]] is empty, the GroupBox doesn't display any header, it is a plain box (with Style).

Latest revision as of 17:25, 7 August 2015

Property (As String)
aUI_GroupBox.Caption = newValue
or
StringValue = aUI_GroupBox.Caption


The Caption displayed. If the Caption is empty, the GroupBox doesn't display any header, it is a plain box (with Style).