MonobjcMonobjc Documented Class Library
RemoveFromSuperviewWithoutNeedingDisplay Method
NamespacesMonobjc.AppKitNSViewRemoveFromSuperviewWithoutNeedingDisplay()()()()

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.

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