Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert PropertyEditor into windows form control

Hi all,

I have a custom datagridviewcell of type PropertyEditor. I would like to convert it as a windows forms control, similar to this:

 

Control ctrl = (Control)cellValue;

 

where cellValue is of type PropertyEditor.

 

Thx

 

 

0 Kudos
Message 1 of 1
(4,421 Views)