Ilist

  • Thread starter Thread starter Wally
  • Start date Start date
W

Wally

I'm using IList interface to browse ITEMS (of listbox and combobox),
TABPAGES (of tabcontrol) and so on. My problem is that TABPAGES have
property ToolTipText (ITEMS haven't), how can I manage this property using
IList interface? Thanks.
 
* "Wally said:
I'm using IList interface to browse ITEMS (of listbox and combobox),
TABPAGES (of tabcontrol) and so on. My problem is that TABPAGES have
property ToolTipText (ITEMS haven't), how can I manage this property using
IList interface?

Please post some code.
 
Back
Top