This member of WaveLinkWidget Object is supported on: Palm, CE
The Height property stores and retrieves the height of the widget.
VB
Height = object.Height
object.Height = Height
VC++
HRESULT hr = object->get_Height(short *Height);
HRESULT hr = object->put_Height(short Height);
Return Values
Height |
The variable that retrieves the height |
Parameters
Height |
The variable that specifies the height |
Remarks
The default setting for the Height and Width property is AUTOSIZE (specified by a value of 0). This setting sizes a button or selector trigger widget according to the size of the text that the it contains. To give a hotspot widget functionality, however, you must set its width and height to something other than than AUTOSIZE. It is recommended that you use the AUTOSIZE setting for the height and width of all other widget types.
The CoordinateType Property determines how to interpret numerical values entered for the height of the widget.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other