enumAStatusBarPaneAutoSize Enum

Integer constants specifying the width of the AStatusBarPane object.

Constants

 

Name

Value

Description

asbrpAutoSizeNone

0 *

None. No autosizing occurs. The ascwidth of the pane is exactly the same as the Width property

asbrpAutoSizeStretch

1

Stretch. When the parent form resizes and there is extra space available, all panes with the Stretch setting divide up the space and grow accordingly. However, the panes' width never falls below that specified by the MinWidth property.

asbrpAutoSizeContents

2

Contents. The pane is resized to fit its contents. However, the width will never fall below the width specified by the MinWidth property.

Applies to

AStatusBarPane.AutoSize