[Gambas-user] UserControl UserContainer

Kari Laine klaine8 at ...626...
Thu Sep 18 16:28:52 CEST 2008


On Thu, Sep 18, 2008 at 4:50 PM, Benoit Minisini <
gambas at ...1...> wrote:

> On jeudi 18 septembre 2008, Kari Laine wrote:
> > Hi,
> >
> > is there any documentation about UserControl and UserContainer classes?
> > I can't find any...
> >
> > Best Regards
> > Kari
>
> What do you want to know specifically?
>
> UserControl is a Container that you use when you want to implement a
> Control
> in Gambas that mix several other controls.
>
> UserContainer is a Container that you use when you want to implement a
> Container in Gambas. It has a special property named _Container that you
> must
> set with the real container control if you want to create a
> "MultiContainer"
> container, like the Wizard container for example.
>
> --
> Benoit Minisini
>

Thanks for definition!

I had a look at gb.form and many of it's classes inherit UserControl. I was
in search what functions and data UserControl provides. I will postpone
this exercise  until I can read Gambas source...

Best Regards
Kari



More information about the User mailing list