WorksheetInvokeRequired Property
Gets a value indicating whether the caller must call an invoke method when making method calls
to the control because the caller is on a different thread than the one the control was created on.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public virtual bool InvokeRequired { get; }
Public Overridable ReadOnly Property InvokeRequired As Boolean
Get
public:
virtual property bool InvokeRequired {
bool get ();
}
abstract InvokeRequired : bool with get
override InvokeRequired : bool with get
Property Value
Boolean