Bearbeiten

PrintPreviewDialog.StartPosition Property

Definition

Gets or sets the starting position of the dialog box at run time.

public:
 property System::Windows::Forms::FormStartPosition StartPosition { System::Windows::Forms::FormStartPosition get(); void set(System::Windows::Forms::FormStartPosition value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.FormStartPosition StartPosition { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.StartPosition : System.Windows.Forms.FormStartPosition with get, set
Public Property StartPosition As FormStartPosition

Property Value

A FormStartPosition that represents the starting position of the dialog box.

Attributes

Exceptions

The value specified is outside the range of valid values.

Remarks

This property enables you to set the starting position of the form when it is displayed at run time. The form can be displayed manually or in the default location specified by Windows. You can also position the form to display in the center of the screen or in the center of its parent form for forms such as multiple document interface (MDI) child forms.

Applies to