MonobjcMonobjc Documented Class Library
PerformZoom Method (sender)
NamespacesMonobjc.AppKitNSWindowPerformZoom(Id)

This action method simulates the user clicking the zoom box by momentarily highlighting the button and then zooming the window.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PerformZoom(
	Id sender
)
Public Overridable Sub PerformZoom ( _
	sender As Id _
)
public:
virtual void PerformZoom(
	Id^ sender
)
Parameters
sender (Id)
The object sending the message.
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)