MonobjcMonobjc Documented Class Library
MakeKeyAndOrderFront Method (sender)
NamespacesMonobjc.AppKitNSWindowMakeKeyAndOrderFront(Id)

Moves the window to the front of the screen list, within its level, and makes it the key window; that is, it shows the window.

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

Available in Mac OS X v10.0 and later.

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