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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to