Removes the given control from the overlay list. Unlike pushOverlay, this can remove a control from the middle of the overlay list.
[Visual Basic] Sub RemoveOverlay( _ ByVal control As Control _ ) [C#] void RemoveOverlay( Control control ); [C++] void RemoveOverlay( Control* control ) = 0; [JScript] function RemoveOverlay( control : Control );
IOverlayService Interface | IOverlayService Members | System.WinForms.Design Namespace