MonobjcMonobjc Documented Class Library
BecomeMainWindow Method
NamespacesMonobjc.AppKitNSWindowBecomeMainWindow()()()()

Invoked automatically to inform the window that it has become the main window; never invoke this method directly.

Original signature is '- (void)becomeMainWindow'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void BecomeMainWindow()
Public Overridable Sub BecomeMainWindow
public:
virtual void BecomeMainWindow()
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)