Why I cannot access the properties of my Custom ComboBox
Posted
by BDotA
on Stack Overflow
See other posts from Stack Overflow
or by BDotA
Published on 2010-05-25T03:51:33Z
Indexed on
2010/05/25
4:01 UTC
Read the original article
Hit count: 155
Ok, I created a windows control project....dropped a comboBox on it, wrote some custom code that I wanted on its event ( Text Changed event, etc) ... I can also compile it and drop it on a new WinForms App... good.
But in my sample WinForms app that I want to use it, I cannot access the properties of that combo box.. it does not list them .. properties like SelectedItems, etc...
what Am I doing wrong? this is my first time creating a custom control tho.
Thanks all
© Stack Overflow or respective owner