SmartRectOverlayOnConnectToDisplay Method

CVB.Net Documentation
hook into the "ConnectToDisplay" method to patch the problem that the OPI only paints its drag boxes upon the first refresh...

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 to which this overlay is being connected.
See Also

Reference