SizingGrip Property (AStatusBar)

Returns or sets whether the sizing grip used to size the status bar is displayed.

Syntax

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.

Where

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.

Comments

 

Example

The following statement sets the sizing grip to not display:

sbr1.SizingGrip=False

Applies to

AStatusBar

See Also

OnPaneClick, OnPaneDblClick, ShowToolTips