| KiXforms Class Library |
SizeGripStyle Property (Form Object) |
Gets or sets the style of the size grip to display in the lower-right corner of the form.
object.SizeGripStyle [ = Long ]
One of the following values:
| Long | Description |
|---|---|
| 0 | The sizing grip is automatically displayed when needed. This setting is still under development. |
| 1 | The sizing grip is always shown on the form. |
| 2 | The sizing grip is hidden. |
$Form.SizeGripStyle = 1
Applies To: Form
| The CHM file was converted to HTML by chm2web software. |