How to make "grandfather" form talk to "grandchildren"?

  • Thread starter Thread starter Clamps
  • Start date Start date
Either expose FormC via a property of FormB and access from FormA, or provide properties in FormB that act as pass-through properties to properties in FormC.

Use these properties to set/get data into/from FormC
I mean, if FormA beget FormB & Form B beget FormC, how to pass value/data from A --> C?
 
Back
Top