This member of WaveLinkWidget Object is supported on: Palm, CE
The DisplayText property stores and retrieves the label display text of the widget.
VB
DsplText = object.DisplayText
object.DisplayText = DsplText
VC++
HRESULT hr = object->get_DisplayText(BSTR *DsplText);
HRESULT hr = object->put_DisplayText(BSTR DsplText);
Return Values
DsplText |
The variable that retrieves the label display text |
Parameters
DsplText |
The variable that specifies the label display text |
Example
See OkButton Property.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other