Click or drag to resize

StiFormHelperLoadStateForm Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Helpers.StiFormHelper.LoadStateForm(System.Windows.Forms.Form,System.String,System.Drawing.Point@,System.Drawing.Size@,System.Boolean)"]

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void LoadStateForm(
	Form form,
	string key,
	ref Point position,
	ref Size size,
	bool allowMaximize = false
)

Parameters

form
Type: System.Windows.FormsForm

[Missing <param name="form"/> documentation for "M:Stimulsoft.Report.Helpers.StiFormHelper.LoadStateForm(System.Windows.Forms.Form,System.String,System.Drawing.Point@,System.Drawing.Size@,System.Boolean)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.Helpers.StiFormHelper.LoadStateForm(System.Windows.Forms.Form,System.String,System.Drawing.Point@,System.Drawing.Size@,System.Boolean)"]

position
Type: System.DrawingPoint

[Missing <param name="position"/> documentation for "M:Stimulsoft.Report.Helpers.StiFormHelper.LoadStateForm(System.Windows.Forms.Form,System.String,System.Drawing.Point@,System.Drawing.Size@,System.Boolean)"]

size
Type: System.DrawingSize

[Missing <param name="size"/> documentation for "M:Stimulsoft.Report.Helpers.StiFormHelper.LoadStateForm(System.Windows.Forms.Form,System.String,System.Drawing.Point@,System.Drawing.Size@,System.Boolean)"]

allowMaximize (Optional)
Type: SystemBoolean

[Missing <param name="allowMaximize"/> documentation for "M:Stimulsoft.Report.Helpers.StiFormHelper.LoadStateForm(System.Windows.Forms.Form,System.String,System.Drawing.Point@,System.Drawing.Size@,System.Boolean)"]

See Also