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