Click or drag to resize
MsiSettingsSetFormState Method
Sets specified Form system variable.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public void SetFormState(
	string name,
	Form form,
	ref Form prop = null
)

Parameters

name
Type: SystemString
System variable name.
form
Type: System.Windows.FormsForm
System variable value.
prop (Optional)
Type: System.Windows.FormsForm
Optional property whose value will be set alongside.
Remarks
Stored value is of String type (width, height, top, left, state).
See Also