OverlayBaseInvokeRequired Property

CVB.Net Documentation
tell whether actions on the display object require an invoke action or not (being user interface objects, display objects should not be modified asynchronously)

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

public bool InvokeRequired { get; }

Property Value

Type: Boolean
See Also

Reference