Control.IsAccessible
Posted
by Gerhard
on Stack Overflow
See other posts from Stack Overflow
or by Gerhard
Published on 2010-05-11T19:15:23Z
Indexed on
2010/05/11
19:24 UTC
Read the original article
Hit count: 375
I need to check if a c# WinForm Window (FORM Class) has been initialized and waiting for user events. But I could not find out how to manage that.
Therefore I had the idea to set the Control.IsAccessible Flag of the Form to true, within the OnLoad Event of the Windows Form.
My question is now, what is the Control.IsAccessible Flag origin intended for? Or is there an other solution to check if the Winform is initialized.
Thanks for your help
© Stack Overflow or respective owner