Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.15 KB

insideheight-insidewidth-properties.md

File metadata and controls

37 lines (25 loc) · 1.15 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
InsideHeight, InsideWidth properties
fm20.chm5225045
fm20.chm5225045
8db4373d-0807-ec2a-f9df-37ebcbf8ef47
11/16/2018
medium

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.

See also

[!includeSupport and feedback]