In The Hand LtdIn The Hand
RegistryState Constructor (key, valueName, useFormThread)
NamespacesInTheHand.WindowsMobile.StatusRegistryStateRegistryState(String, String, Boolean)
.NET Components for Mobility
Initializes a new instance of the RegistryState class, using the key name, the names of its values, and a value indicating whether to use the application’s form thread to process the events.
Declaration Syntax
C#Visual Basic
public RegistryState(
	string key,
	string valueName,
	bool useFormThread
)
Public Sub New ( _
	key As String, _
	valueName As String, _
	useFormThread As Boolean _
)
Parameters
key (String)
The string name of the registry key.
valueName (String)
The string name of the value.
useFormThread (Boolean)
A value indicating whether to use the application's form thread for event processing. If your application does not contain a form, then set this value to false.

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