Panel
Static panel to be used as a container to group components for more easy management of the page.Note: if dropped components will cover the background too much, it could be difficult to select it. For easy access to the background properties, there are two ways:Click on the Panel through the “outline” WindowClick on one of the dropped components inside, then hit the following keys combination “ALT-UP”.The last solution is useful also to walk through all the components hierarchy in case of nested panels.The component has the following properties:background: background colour of the graphics object
- border: distance in pixels of the bevel in comparison to the size of the panel
- color2: second colour of the bevel
- shape: Sets the bevel appearance. Choose from:
- SHAPE_FRAME: rectangle with borders in relief
- SHAPE_BOX: box in relief
- SHAPE_BOTTOM_LINE: bottom line
- SHAPE_LEFT_LINE: vertical left line
- SHAPE_RIGHT_LINE: vertical right line
- SHAPE_TOP_LINE: top line
- style: Sets the drawing style of the bevel lines. Choose from:
- STYLE_RAISED: relief style
- STYLE_LOWERED: recessed style
- checkBoxGroup: automatically assigns all DataCheckBox panel on the same ‘group’.