vb.net - namespace of .NET ComboBoxItem -


where comboboxitem class in .net namespace of visual studio 2012? msdn says should in windows.controls there no such namespace or entry of in references list. it's not present in windows.forms. i've encountered listviewitem class, messes label tags , brackets.

comboboxitem can found if create wpf project, because namespace system.windows.controls included in presentationframework assembly.
if you're creating winforms project, cannot find comboboxitem class!
see http://msdn.microsoft.com/en-us/library/system.windows.controls.comboboxitem.aspx


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

java - What is the difference between String. and String.this. ? -