Packageorg.openzet.containers
Classpublic class GroupBox
InheritanceGroupBox Inheritance mx.core.LayoutContainer

GroupBox component lays out child controls at absolute positions or vertically and horizontally. Also you can specify a title for this control, by which you can categorize child controls in a grouping label.



Public Properties
 PropertyDefined by
  title : String
GroupBox's title
GroupBox
Public Methods
 MethodDefined by
  
gap between border and title.
GroupBox
Styles
 StyleDescriptionDefined by
  
titleAlign
Type: String
title's position TL, TR The default value is TL.
GroupBox
Property detail
titleproperty
title:String  [read-write]

GroupBox's title

Implementation
    public function get title():String
    public function set title(value:String):void
Constructor detail
GroupBox()constructor
public function GroupBox()

gap between border and title.