Back to Devexpress

TdxCustomStatusBar.SizeGrip Property

vcl-dxstatusbar-dot-tdxcustomstatusbar-73bb7d95.md

latest1.1 KB
Original Source

TdxCustomStatusBar.SizeGrip Property

Shows or hides the triangular grip on the status bar.

Declaration

delphi
property SizeGrip: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

The triangular grip on a status bar prompts the user that the window can be resized by dragging its bottom-right corner.

Property ValueExample
True
False

The SizeGrip property controls the grip visibility – the property does not disable or enable resizing of the window.

The default value of the SizeGrip property is True.

See Also

TdxCustomStatusBar Class

TdxCustomStatusBar Members

dxStatusBar Unit