This member of WaveLinkWidget Object is supported on: Palm, CE
The InitialValue property stores and retrieves the initial value of the widget.
VB
InitialVal = object.InitialValue
object.InitialValue = InitialVal
VC++
HRESULT hr = object->get_InitialValue(BSTR *InitialVal);
HRESULT hr = object->put_InitialValue(BSTR InitialVal);
Return Values
InitialVal |
The variable that retrieves the initial value |
Parameters
InitialVal |
The variable that specifies the initial value |
Remarks
The possible values for a checkbox widget are:
UNCHECKED
CHECKED
UNDETERMINED
The possible values for a repeater button widget are:
LEFTARROW
RIGHTARROW
UPARROW
DOWNARROW
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other