The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Form::CenterToParent Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Centers the position of the form within the bounds of the parent form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Do not call the CenterToParent method directly from your code. Instead, set the StartPosition property to CenterParent.
If the form or dialog is top-level, then CenterToParent centers the form with respect to the screen or desktop.
.NET Framework
Available since 1.1
Available since 1.1
Show: