This member of WaveLinkWidget Object is supported on: Palm, CE
The Width property stores and retrieves the width of the widget.
VB
Width = object.Width
object.Width = Width
VC++
HRESULT hr = object->get_Width(short *Width);
HRESULT hr = object->put_Width(short Width);
Return Values
Width |
The variable that retrieves the width |
Parameters
Width |
The variable that specifies the width |
Remarks
The default setting for the Width and Height 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 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