SIZEGRIP Property
PLBCMP GUI Only
The SIZEGRIP property controls the drawing of a sizing grip in the lower-right corner of a STATUSBAR object. The property uses the following format:
SIZEGRIP={value}
Note the following:
SIZEGRIP may be used in CREATE, SETPROP, or GETPROP statements of a STATUSBAR object.
The sizing grip provides an indication to the user when a form is resizable.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The sizing grip is ... |
|
0 |
$OFF |
not displayed. |
|
1 |
$ON |
displayed. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |