SystemState Constructor (String, Boolean)
3/29/2010
Load the settings for a SystemState that has had the Application Launcher enabled
Namespace: Microsoft.WindowsMobile.Status
Assembly: Microsoft.WindowsMobile.Status (in microsoft.windowsmobile.status.dll)
Syntax
public SystemState (
string applicationLaunchId,
bool useFormThread
)
'Declaration
Public Sub New ( _
applicationLaunchId As String, _
useFormThread As Boolean _
)
Parameters
- applicationLaunchId
id for the SystemState to load
- useFormThread
Use the application's Form thread to process events. You need to use the application's Form thread to be able to manipulate UI from within an event. If your application does not contain a form, then this should be set to false.
See Also
Reference
SystemState Class
SystemState Members
Microsoft.WindowsMobile.Status Namespace