Parent form of component

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form on which I drag a
self made component, it appears under the separater below the form.
When I call me.Container or me.Site in the component they return nothing,
how can I get access to the parent form?
 
Since you are adding the component at design time, IDesigner can set a
reference to the form that you can use at runtime.
 
Back
Top