System.Windows.Forms.Form.MinimizeBox Property

Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form.

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool MinimizeBox { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

A Minimize button enables users to minimize a window to an icon. To display a Minimize button, you must also set the form's Form.FormBorderStyle property to FormBorderStyle.FixedSingle, FormBorderStyle.Sizable, FormBorderStyle.Fixed3D, or FormBorderStyle.FixedDialog.

Note:

Minimizing a form at run time generates a Control.Resize event. The Form.WindowState property reflects the current state of the window. If you set the Form.WindowState property to FormWindowState.Minimized, the form is minimized independently of whatever settings are in effect for the Form.MinimizeBox and Form.FormBorderStyle properties.

Requirements

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