Displays a sizing grip used to resize the parent form.
Source position: comctrls.pp line 199
published property TStatusBar.SizeGrip : Boolean |
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.
|
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. |
|
|
The border style affects the title bar, border and resize behavior of the form. |
|
|
The control within which the control is shown. |