How come nobody wrote RadioMenuItems class for Winforms?

Posted by Pavel Radzivilovsky on Stack Overflow See other posts from Stack Overflow or by Pavel Radzivilovsky
Published on 2010-06-01T22:19:30Z Indexed on 2010/06/01 22:23 UTC
Read the original article Hit count: 413

Filed under:
|
|
|
|

Or maybe google is just not so friendly to me?

What I want is this simple thing:

  • constructor that accepts an array of menu item objects
  • Value get/set property that would set all the Checked properties right
  • bind to all Clicked events of the supplied items and provide One event
  • Working DataBind facilities

If you encountered such a nice thing around, please direct me. No need for manual do-it-in-your-form1.cs-class links, please. This I can do myself.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms