calling parent MDI control througth control on child form
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi. please tell me how to access the control on mdi parent through control on child form. in C# 2.0 application.
-
hi. please tell me how to access the control on mdi parent through control on child form. in C# 2.0 application.
Here's an example: http://www.csharphelp.com/archives4/archive620.html[^] Make sure the control on the parent form has an appropriate access modifier. Alternatively expose the relevant control properties by creating public properties in the Parent Form.