Hi,
through the:
this.MdiParent.(ButtonName).(PropertyName)
But of course, you have to make sure that you can access the button. If it's
private, then you can't access it
Hi,
through the:
this.MdiParent.(ButtonName).(PropertyName)
But of course, you have to make sure that you can access the button.
If it's private, then you can't access it
Hmmm... If it's private then you must create public property
wrapper(envelope or proxy... sorry for my english) on MdiParent class and
then set property values with wrapper.