TextOverlayOnConnectToDisplay Method

CVB.Net Documentation
hook into the "ConnectToDisplay" method to patch the problem that the OPI only paints its cross hair but not the text upon first instantiation

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

protected override void OnConnectToDisplay(
	Display disp
)

Parameters

disp
Type: Stemmer.Cvb.Forms.ControlsDisplay
The Display that this overlay is beeing connected to.
See Also

Reference