Removes the specified window controller from the receiver’s array of window controllers.
Original signature is '- (void)removeWindowController:(NSWindowController *)windowController'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void RemoveWindowController( NSWindowController windowController )
Public Overridable Sub RemoveWindowController ( _ windowController As NSWindowController _ )
public: virtual void RemoveWindowController( NSWindowController^ windowController )

- windowController (NSWindowController)
- The window controller that is removed.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)