InsideHeight, InsideWidth Properties
InsideHeight returns the height, in points, of the client region inside a form. InsideWidth returns the width, in points, of the client region inside a form.
Syntax
object.InsideHeight
object.InsideWidth
The InsideHeight and InsideWidth property syntaxes have these parts:
| Part | Description |
|---|---|
| object | Required. A valid object. |
Remarks
The InsideHeight and InsideWidth properties are read-only. If the region includes a scroll bar, the returned value does not include the height or width of the scroll bar.