PropertyGrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • a

    #1

    PropertyGrid

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

    Can someone tell me?


  • Dave Sexton

    #2
    Re: PropertyGrid

    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 "PropertyGr id".

    --
    Dave Sexton

    "a" <a@b.comwrote in message news:%23bLVDRbw GHA.428@TK2MSFT NGP03.phx.gbl.. .
    How does the WinForms ProprtyGrid work?
    Do they use reflection/Reflection.emit , to get the props and their values?
    >
    Can someone tell me?
    >

    Comment

    Working...