System.Windows.Forms.PrintPreviewDialog.MaximumSize Property

Gets or sets the maximum size the form can be resized to.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.Browsable(false)]
public System.Drawing.Size MaximumSize { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is not relevant for this class.

This property enables you to limit the size of a form to a specified maximum size. You can use this feature when displaying multiple windows at the same time to ensure that a single window does not cause other windows to be hidden.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0