MonobjcMonobjc Documented Class Library
OrderFront Method (sender)
NamespacesMonobjc.AppKitNSWindowOrderFront(Id)

Moves the window to the front of its level in the screen list, without changing either the key window or the main window.

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

Available in Mac OS X v10.0 and later.

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