The properties defined in the JadeDockBase class are summarized in the following table.
Property | Description |
---|---|
alignContainer | Controls how the control is aligned within its parent container so that the control automatically resizes with its container |
borderStyle | Contains the border style for the control |
borderHeightBottom | Indicates how many extra pixels are drawn in the border area at the bottom of the control |
borderHeightTop | Indicates how many extra pixels are drawn in the border area at the top of the control |
borderWidthLeft | Indicates how many extra pixels are drawn in the border area at the left of the control |
borderWidthRight | Indicates how many extra pixels are drawn in the border area at the right of the control |
caption | Determines the caption of the floating form parent of the control |
drawGrip | Indicates whether a grip bar is drawn in the border area of the control |
floatingStyle | Determines whether the control can be floated and dragged |
maximumHeight | Specifies the maximum height of the control in pixels |
maximumWidth | Specifies the maximum width of the control in pixels |
minimumHeight | Specifies the minimum height of the control in pixels |
minimumWidth | Specifies the minimum width of the control in pixels |
showResizeBar | Defines whether resize bars can be added to the control |
For details, see "Window, Form, and Control Properties", later in this document.