property Control.Height as Long
Specifies the control's height.

TypeDescription
Long A long expression that indicates the control's height, in pixels.

By default, the Height property is 128 pixels. Use the Height property to specify the height of the inside control. The Height property has effect only if Create method is called after. Use the Width property to specify the control's width.