This member of WaveLinkWidget Object is supported on: Palm, CE
The SetLabel method changes the display text of the current widget.
VB
object.SetLabel NewLab
VC++
HRESULT hr = object->SetLabel(BSTR NewLab);
Parameters
NewLab |
The new display text for the current widget |
Remarks
This method applies to button, checkbox, and selector trigger widgets.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other