'Declaration Protected Overridable Function GetInvokeRequired() As Boolean
protected virtual bool GetInvokeRequired()
protected: virtual bool GetInvokeRequired()
protected:
virtual bool GetInvokeRequired()
Return Value
True if the control's System.Windows.Forms.Control.Handle was created on a different thread than the calling thread (indicating that you must make calls to the control through an invoke method); otherwise, false.