Vcl.ComCtrls.TCustomStatusBar.SizeGrip
Delphi
property SizeGrip: Boolean read FSizeGrip write SetSizeGrip;
C++
__property bool SizeGrip = {read=FSizeGrip, write=SetSizeGrip, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomStatusBar |
Description
Determines whether the status bar is resizable at run time.
If SizeGrip is set to True, the status bar has a triangular grip on the lower right corner. The user can resize the status bar by dragging the grip with the mouse.
A size grip will not be drawn unless the Parent property refers to the child of a TCustomForm descendant with a BorderStyle of bsSizeable or bsSizeToolWin.
Note: If Align is set to
alBottom,alRight, oralClient, the sizing grip will not work. If the Alignment property of the last panel in the status bar is set totaRightJustify, the sizing grip will truncate the panel's text.