NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IOverlayService Methods

The methods of the IOverlayService interface are listed below. For a complete list of IOverlayService interface members, see the IOverlayService Members topic.

PushOverlay 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.
RemoveOverlay Removes the given control from the overlay list. Unlike pushOverlay, this can remove a control from the middle of the overlay list.

See Also

IOverlayService Interface | System.WinForms.Design Namespace