Access to the internal property grid combo box control

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Abybody knows how the PropertyGrid manage the ComboBox control?

I know to use the TypeConverter so the ComboBox are used if the user clicked
in the property. But I want the access to window control so I can use the
void WndProc(ref Message m) method of the ComboBox.

Thanks
Thomas
 
What are you going to do? There are different ways to access the
ComboBox based on your need.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top