Re: How to add checklistctrl mixin in boa ?
"Werner F. Bruhin" <[email protected]> Mon, 06 Apr 2009 16:11:54 +0200
| Newsgroups | gmane.comp.ide.boa-constructor.user |
|---|---|
| Message-ID | <[email protected]> |
Tanay, Tanay Shah wrote: > Hello, > I want to add the CheckListCtrlMixin to my listctrl.. how can I do that ? You could do it by creating a custom listctrl which includes the mixin and then define this as a customclass in Boa. see in Boa\examples\advanced\CustomClasses. Werner ------------------------------------------------------------------------------