SpecialString Property

This member of WaveLinkWidget Object is supported on: Palm, CE

The SpecialString property specifies information specific to a widget based on its type.

VB

SpecialStr = object.SpecialString

object.SpecialString = SpecialStr

VC++

HRESULT hr = object->get_SpecialString(BSTR *SpecialStr);

HRESULT hr = object->put_SpecialString(BSTR SpecialStr);

Return Values

SpecialStr

The variables that retrieves the unique information

Parameters

SpecialStr

The variables that stores the unique information

Remarks

For a popup trigger and push button widget, the SpecialString property specifies the name of the RFMenu configuration associated with the widget.

For a bitmap widget, the SpecialString property specifies the bitmap file. The file name must include the full path.

For a menubar widget, the SpecialString property will automatically contain the formatted menu list associated with the widget after you use the SetSpecialInfo method.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal