Returns or sets whether the sizing grip used to size the status bar is displayed.
Object.SizingGrip [ = bSizingGrip ]
The SizingGrip property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AStatusBar |
AStatusBar object |
|
bSizingGrip |
Bool |
A boolean expression that specifies whether the sizing grip used to size the status bar is displayed. |
bSizingGrip can be one of the following:
|
Value |
Description |
|
True * |
The sizing grip used to size the status bar is displayed. |
|
False |
The sizing grip used to size the status bar is not displayed. |
The following statement sets the sizing grip to not display:
sbr1.SizingGrip=False