This member of WaveLinkWidget Object is supported on: Palm, CE
The InitialFlags property stores and retrieves the initial state of the widget.
VB
InitialFlags = object.InitialFlags
object.InitialFlags = InitialFlags
VC++
HRESULT hr = object->get_InitialFlags(long *InitialFlags);
HRESULT hr = object->put_InitialFlags(long InitialFlags);
Return Values
InitialFlags |
The variable that retrieves the initial state |
Parameters
InitialFlags |
The variable that specifies the initial state |
Remarks
The possible values are:
INITSTANDARD |
Initial state of the widget is standard (shown and enabled) |
INITHIDDEN |
Initial state of the widget is hidden |
INITDISABLED |
Initial state of the widget is disabled |
A disabled widget will appear on the RF screen, but it will not return when you click on it. The appearance of a disabled widget is platform dependent. Typically, a disabled widget will either be grayed out or a crosshatch pattern will fill its display text.
Unlike other widgets, a disabled hotspot widget will not appear on the RF screen.
Remarks
See the Enable Method.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other