ShowWidgets Method

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

The ShowWidgets method causes all widgets within the current collection to be shown or hidden.

VB

object.ShowWidgets ShowWidgs

VC++

HRESULT hr = object->ShowWidgets(BOOL ShowWidgs);

Parameters

ShowWidgs

The variable that shows or hides the widgets. A True value shows the widgets. A False value hides them.

Remarks

When the ShowWidg parameter is set to True, the ShowWidgets method will display a widget that has been previously hidden. Before using the ShowWidgets method, you must use the StoreWidgets method to store widgets on the RF device while simultaneously causing them to display on the RF screen. The StoreWidgets method will not display widgets whose initial state is set to hidden.

Example

' VB Sample Code
Dim wlwidgcoll As New WaveLinkWidgetCollection
.
.
.
' Create one or more widgets, add them to the
' wlwidgcoll collection, store them (not shown)
.
.
.
' Hide the widgets
wlwidgcoll.ShowWidgets False

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal