Difference between revisions of "Documentation/DevGuide/Basic/Group Box"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Basic and Dialogs)
m (FINAL VERSION FOR L10N)
 
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/Basic/Progress Bar
 
|NextPage=Documentation/DevGuide/Basic/Progress Bar
 
}}
 
}}
{{DISPLAYTITLE:Group Box}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Basic/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Group Box}}
 
The group box control <idl>com.sun.star.awt.UnoControlGroupBox</idl> creates a frame to visually group other controls together, such as option buttons and check boxes. Note that the group box control does not provide any container functionality for other controls, it only has visual functionality. For more details, see [[Documentation/DevGuide/Basic/Option Button|Option Button]].
 
The group box control <idl>com.sun.star.awt.UnoControlGroupBox</idl> creates a frame to visually group other controls together, such as option buttons and check boxes. Note that the group box control does not provide any container functionality for other controls, it only has visual functionality. For more details, see [[Documentation/DevGuide/Basic/Option Button|Option Button]].
  

Latest revision as of 12:37, 15 May 2009



The group box control com.sun.star.awt.UnoControlGroupBox creates a frame to visually group other controls together, such as option buttons and check boxes. Note that the group box control does not provide any container functionality for other controls, it only has visual functionality. For more details, see Option Button.

The group box contains a label embedded within the border and is set by the Label property. In most cases, the group box control is only used passively.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages