OverlayPluginBaseOverlay_DisconnectedFromDisplay Method

CVB.Net Documentation
Remove an OPI from a display (effectively: kill it...)

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

protected override void Overlay_DisconnectedFromDisplay(
	bool handBackID
)

Parameters

handBackID
Type: SystemBoolean
true if the overlay's display ID is to be handed back to the display, false otherwise.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the display we are trying to work on has already been disposed
See Also

Reference