Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, regardless of whether the form has been initialized or not, InvokeRequired will check if the current thread is different from the thread that created the form, and return a value of true if they are different. It will return false if the call is being made from the same thread that created the form.