ImageHeight Property
  

Set / Gets image height of a gui object.

SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<ControlName>.ImageHeight:= nImageHeight

Get:
<ParentWindowName>.<ControlName>.ImageHeight--> nImageHeight

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, ImageHeight, nImageHeight)

Get:
GetProperty ( <ParentWindowName>, <ControlName>, ImageHeight-) -> nImageHeight