JadeSkinGroupBox Class

The JadeSkinGroupBox class holds the definition of a skin for GroupBox controls. As a group box control has no non-client area (border area) and the entire skin image is drawn in the client area, children may be positioned anywhere within that control and cover the drawn images.

The group box skin images are drawn over the entire control area. The drawing of the caption depends on whether the skin definition includes a skin label reference (myLabelSkin). If there is no skin label reference, the caption is drawn transparently over the skin image. If the skin references a label definition, that label skin is drawn on top of the group box skin image. The label is sized so that there is a three-pixel gap from the border area of the label to the left, right, top, and bottom of the caption. The caption or the label is drawn at the position indicated by the captionPosition, captionPositionLeftOffset, and captionPositionTopOffset properties.

The following image is an example of two group boxes. The example at the left has only the top and right border strips set.

For details about the constants and properties defined in the JadeSkinGroupBox class, see "JadeSkinGroupBox Class Constants" and "JadeSkinGroupBox Properties", in the following subsections.

JadeSkinControl

(None)