Click or drag to resize

FndUserSettingsSaveWindowPosition Method (Form)

Save window position, state and size

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static void SaveWindowPosition(
	Form f
)

Parameters

f
Type: System.Windows.FormsForm
The window to save
See Also