OverlayBaseOverlay_DisconnectedFromDisplay Method

CVB.Net Documentation
The actual disconnection needs to be coded inside this function!

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

protected abstract void Overlay_DisconnectedFromDisplay(
	bool handBackID
)

Parameters

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

Reference