In The Hand LtdIn The Hand
SystemState Constructor (applicationLaunchId, useFormThread)
NamespacesInTheHand.WindowsMobile.StatusSystemStateSystemState(String, Boolean)
.NET Components for Mobility
Load the settings for a SystemState that has had the Application Launcher enabled.
Declaration Syntax
C#Visual Basic
public SystemState(
	string applicationLaunchId,
	bool useFormThread
)
Public Sub New ( _
	applicationLaunchId As String, _
	useFormThread As Boolean _
)
Parameters
applicationLaunchId (String)
id for the SystemState to load
useFormThread (Boolean)
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.

Assembly: InTheHand.WindowsMobile.Status (Module: InTheHand.WindowsMobile.Status) Version: 7.0.0.0