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.
 
Back
Top