This member of WaveLinkWidget Object is supported on: Palm, CE
The SetSpecialInfo method takes in a WaveLinkSpecialInfo object.
VB
object.SetSpecialInfo Specialinfo
VC++
HRESULT hr = object->SetSpecialInfo(WaveLinkSpecialInfo Specialinfo);
Parameters
Specialinfo |
The special information associated with the WaveLinkSpecialInfo object. |
Remarks
Currently, the only valid WaveLinkSpecialInfo object is the WaveLinkMenubarInfo object.
Although you can use the SetSpecialInfo method to associate a WaveLinkMenubarInfo object with a menubar widget, it is recommended that you use the CreateMenubar method of the WaveLinkFactory object to automate this process.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other