
Controls Inheriting Other Control's Properties
Is it possible in Visual Basic to have a control inherit another control's
properties?? For example:
Listbox1 = Listbox2
Listbox1.List = Listbox2.List
I know in most other languages this can be achived very easily via pointers,
but I've had no luck in getting VB to do the same.