Height, Width Properties

      Applies To

Sets or returns a Single value indicating the dimensions of the window in pixels.

Syntax

Property Get Height() As Single

Property Get Width() As Single

Property Let Height(ByVal value As Single)

Property Let Width(ByVal value As Single)

This syntax has these parts:

Part Description
value Optional Single indicating window height or width.