MonobjcMonobjc Documented Class Library
Miniaturize Method (sender)
NamespacesMonobjc.AppKitNSWindowMiniaturize(Id)

Removes the window from the screen list and displays the minimized window in the Dock.

Original signature is '- (void)miniaturize:(id)sender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void Miniaturize(
	Id sender
)
Public Overridable Sub Miniaturize ( _
	sender As Id _
)
public:
virtual void Miniaturize(
	Id^ sender
)
Parameters
sender (Id)
The message’s sender.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)