Pushes the given control on top of the overlay list. This is a "push" operation, meaning that it forces this control to the top of the existing overlay list.
[Visual Basic] Sub PushOverlay( _ ByVal control As Control _ ) [C#] void PushOverlay( Control control ); [C++] void PushOverlay( Control* control ) = 0; [JScript] function PushOverlay( control : Control );
IOverlayService Interface | IOverlayService Members | System.WinForms.Design Namespace