Click or drag to resize
MsiSettingsGetFormState Method
Returns specified Form system variable.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public void GetFormState(
	string name,
	ref Form form,
	string defaultValue = ""
)

Parameters

name
Type: SystemString
System variable name.
form
Type: System.Windows.FormsForm
Target object passed by reference.
defaultValue (Optional)
Type: SystemString
Remarks
Stored value is of String type (width, height, top, left, state). If there is no previous variable setting, referenced object will not get changed.
See Also