How to get the parent control/view?

Login to reply to this topic.
Fri, 2007-07-27 02:55
Joined: 2007-06-20
Forum posts: 26

A container is included in a view.
How to retrieve the view from the container?


Fri, 2007-07-27 13:24
Joined: 2007-06-20
Forum posts: 93
Re: How to get the parent control/view?

hi,
can u explain more ur question.. plz. what u want to know or ask ???


Thanks & Regards,
C Singh

Mon, 2007-07-30 10:13
Joined: 2007-04-29
Forum posts: 51
Re: How to get the parent control/view?

Plz, refer to these functions

1. container->SetParent(view);
2. container->Parent()

hope these are helpful to you

  • Login to reply to this topic.