StatusLine Properties

The properties defined in the StatusLine class are summarized in the following table.

Property Description
alignment Contains the placement of text in the control
autoSize Specifies whether a control is automatically resized to fit its contents
bevelColor Contains the color used to paint the bevel areas of a 3D control
bevelInner Contains the style of the inner bevel of the control
bevelInnerWidth Contains the width of the bevel along the four sides of the control to determine the height of the three-dimensional shadow effect
bevelOuter Contains the style of the outer bevel of the control
bevelOuterWidth Contains the width of the bevel along the four sides of the control to determine the height of the three-dimensional shadow effect
bevelShadowColor Contains the color used to paint the bevel areas of a 3D control
boundaryBrush Specifies whether the boundary area is of a plain color or is painted with a dotted brush
boundaryColor Contains the color of the boundary area
boundaryWidth Contains the width of the boundary area
caption Contains the caption for the control
clipControls Specifies whether the Windows environment creates a clipping region that excludes controls contained by the object
wordWrap Specifies whether text displayed in a caption advances to the next line of the control when the current line is filled

For details, see "Window, Form, and Control Properties", later in this document.