Gdk.Window.Iconify Method
Asks to iconify (minimize) the window. The window manager may choose to ignore the request, but normally will honor it. Using Gtk.Window.Iconify is preferred, if you have a Gtk.Window widget.

Syntax

public void Iconify ()

Remarks

This function only makes sense when this window is a toplevel window.

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)