Height Property
  

Set / Gets height of a gui object.

SYNTAX
Pseudo-OOP:

Set:
<WindowName>.Height := nHeight
<
ParentWindowName>.<ControlName>.Height := nHeight

Get:
<WindowName>.Height --> nHeight
<ParentWindowName>.<ControlName>.Height --> nHeight

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Height , nHeight )
SetProperty ( <
WindowName>, Height , nHeight )

Get:
GetProperty ( <ParentWindowName>, <ControlName>, Height ) --> nHeight
GetProperty ( <
WindowName>, Height ) --> nHeight