height Method

Purpose:

Returns or sets the height of a Hex-Basic control

Syntax:

.height = value

Comments: 

value is in pixels

Example:

p but.height

but.height = but.height * 2 // make button twice as high