Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TStatusBar.SizeGrip

Displays a sizing grip used to resize the parent form.

Declaration

Source position: comctrls.pp line 199

published property TStatusBar.SizeGrip : Boolean
  read FSizeGrip
  write SetSizeGrip
  default True;

Description

SizeGrip is a Boolean property which indicates if a sizing grip (or grabber) is visible for the status bar. The sizing grip is a triangular shape displayed at the bottom-right of the status bar, and provides an alternate way to resize the parent form using the mouse. It presents a larger mouse target than a window border.

The default value for the property is True, and indicates that the sizing grip is visible.

Setting a new value for the property causes the widgetset class to be notified of the change if the handle has been allocated for the control.

Use SizeGripEnabled to determine if the sizing grip is enabled in the control.

See also

TStatusBar.SizeGripEnabled

  

SizeGripEnabled - returns True if the size-grip (an area at the bottom of the statusbar where a mouse can grip to change the size) is enabled.

TCustomForm.BorderStyle

  

The border style affects the title bar, border and resize behavior of the form.

TControl.Parent

  

The control within which the control is shown.