UserOverlayOverlay_DisconnectedFromDisplay Method

CVB.Net Documentation
Remove a label from its display

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 plugin's display ID is to be handed back to the owning display, false otherwise.
Exceptions

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

Reference