ShadowTipForm PositionAndShowDialog Method CleanCode C# Libraries v1.2.03 API
Sets the position relative to the parent form and displays it as a modal dialog.

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

public void PositionAndShowDialog(
	Form parentForm
)
Remarks

It is vital to call this method rather than the standard ShowDialog for correct positioning and functionality.
See Also