Newbie question about Listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to create my own custom control based on the Listbox. I
basically want to add a couple of attributes and methods to the Items
collection within the Listbox class.

I know that i can do
MyNewClass : Listbox

But how do I add things into the Items collection

Cheers
Gary
 
Back
Top