Unlinks the receiver from its superview and its window and removes it from the responder chain, but does not invalidate its cursor rectangles to cause redrawing.
Original signature is '- (void)removeFromSuperviewWithoutNeedingDisplay'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void RemoveFromSuperviewWithoutNeedingDisplay()
Public Overridable Sub RemoveFromSuperviewWithoutNeedingDisplay
public: virtual void RemoveFromSuperviewWithoutNeedingDisplay()

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