This member of WaveLinkWidget Object is supported on: Palm, CE
The YCoord property stores and retrieves the starting upper coordinate of the widget.
VB
TopCoord = object.YCoord
object.YCoord = TopCoord
VC++
HRESULT hr = object->get_YCoord(short *TopCoord);
HRESULT hr = object->put_YCoord(short TopCoord);
Return Values
TopCoord |
The variable that retrieves the starting top coordinate of the widget |
Parameters
TopCoord |
The variable that specifies the starting top coordinate of the widget |
Remarks
The default setting for the YCoord property is 0. The CoordinateType property determines how to interpret values entered for the vertical position of the widget.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other