[Gambas-user] UserControl UserContainer

Benoit Minisini gambas at ...1...
Thu Sep 18 15:50:07 CEST 2008


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




More information about the User mailing list