PropertyGrid

  • Thread starter Thread starter a
  • Start date Start date
A

a

How does the WinForms ProprtyGrid work?
Do they use reflection/Reflection.emit, to get the props and their values?

Can someone tell me?
 
Hi,

It uses reflection but it does not use reflection emit.

You can add the PropertyGrid control to the VS.NET toolbox and use it in your own applications. The control can be found in the
..NET components list as "PropertyGrid".
 
Back
Top