Hi,
I am working on a tetris control which is almost finished. At this point I am adding property grid with options at run-time. I have properties with Keys values to let the user choose Keys to move figures left, right and down. But in the property grid not all the Keys values are displayed - only the F-keys and modifiers are displayed.
Anyone knows how to browse all the values in the Keys enumeration
Thanks,
Gogou

Keys Property
nelson_r
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dndotnet/html/usingpropgrid.asp
Tara