Properties
ctlAutosize
Property.
Value Type: Logical
Default Value: FALSE
Read/Write.
Specifies if the control should automatically size itself or not.
If this is TRUE, the control will size itself to the width of a vertical
scrollbar and the height of an horizontal scrollbar. If FALSE, the user
defined size at design time will be used.
The control will always position itself at the lower right corner
of the form.
Remarks:
This is read only an runtime, changing its value after the
control is created will not have any effect.
ctlScale
Property.
Value Type: Numeric
Default Value: 1
Read/Write.
Specifies the scale of the sizing grip.
Remarks:
For example if you specify 1.5 for scale, the sizing grip will be
drawn 1.5 times bigger than the normal size. This is nice for having
a big sizing grip.
ctlStyle
Property.
Value Type: Numeric
Default Value: 1
Read/Write.
Specifies the style of sizing grip
1: The control decides, based in operating system and active theme.
2: Lines.
3: Dots.
ctlVisible
Property.
Value Type: Logical
Default Value: TRUE
Read/Write.
Specifies if the control is visible.
Remarks:
The sizing grip will hide itself when the form is maximized or
the form is not sizeable. Setting ctlVisible to FALSE will force the
control to stay invisible.
LAST UPDATED (YYYY.MM.DD): 2008.04.03