ComboBox ItemData?

From: Tim Johnson (tjohnson_at_high-point.com)
Date: 10/19/04


Date: Mon, 18 Oct 2004 23:06:22 -0700

I'm coming from MFC-land where a combobox had an ItemDataPtr property,
whereby you could stash away a ptr to some arbitrary object. Then when the
user selected an item, you could fetch the object back based on the selected
index. Is there anything comparable in C#? The only samples I've seen show
them managing their own separate arraylist corresponding to the items in the
combobox - yechh!

-- 
Tim Johnson
High Point Software
www.high-point.com
(503) 312-8625

Loading