finding control in winforms panel

Posted by Meli on Stack Overflow See other posts from Stack Overflow or by Meli
Published on 2010-06-03T17:34:05Z Indexed on 2010/06/03 17:44 UTC
Read the original article Hit count: 466

Filed under:
|
|
|
|

I need to find a child control in a winforms panel. I was wondering if there is a method similar to Panel.FindControl() of the asp.net webforms panel in the .net winforms version

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET