MonobjcMonobjc Documented Class Library
OrderBack Method (sender)
NamespacesMonobjc.AppKitNSWindowOrderBack(Id)

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

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

Available in Mac OS X v10.0 and later.

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