Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Form.CenterToParent Method

Definition

Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms.dll
Source:
Form.cs
Source:
Form.cs
Source:
Form.cs
Source:
Form.cs
Source:
Form.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Centers the position of the form within the bounds of the parent form.

protected:
 void CenterToParent();
protected void CenterToParent();
member this.CenterToParent : unit -> unit
Protected Sub CenterToParent ()

Remarks

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.

Applies to

See also


Feedback

Was this page helpful?