WindowRestorer SetSubWindowRelativeLocation Method (Form)CleanCode C# Libraries v1.2.03 API
Sets the location of a sub-window relative to its base form allowing for multiple monitors.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static void SetSubWindowRelativeLocation(
	Form targetForm
)
See Also