This is a migrated thread and some comments may be shown as answers.

InvokeRequired

1 Answer 242 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 09 May 2008, 06:06 PM
Why isn't there support for InvokeRequired?  Standard windows components have it...can't this just be passed through?

1 Answer, 1 is accepted

Sort by
0
Angel
Telerik team
answered on 12 May 2008, 11:20 AM
Hello Bob,

I am not sure I understand what you mean by "support for InvokeRequired". This property is inherited from Microsoft Control and works as described here:

http://msdn.microsoft.com/en-us/library/system.windows.forms.control.invokerequired.aspx

Invoke() and BeginInvoke() are also inherited from Microsoft controls and work as described here:
http://www.codeproject.com/KB/cpp/begininvoke.aspx

I need more details to give you a better answer. I'm looking forward to your response.

Kind regards,
Angel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Bob
Top achievements
Rank 1
Answers by
Angel
Telerik team
Share this question
or