I'm using monodevelop (.12) on Fiesty. According to the monodevelop website, winforms support is a standard (included) part of monodevelop.

I see no way, with my installed version to create a winforms application.

putting:
using System.Windows.Forms;
in my code fails (missing reference?)

I've looked in the references section, and see nothing that looks to be winforms..
Is there a dll I need to download from someplace to support this? The monodevelop site tells me I already have this ability and therefore there is nothing to download.

I've tried using the Gtk forms, but the differences are significant and documentation is really lacking.
For example, I coulden't find any help on overriding the OnPaint method so that I could do some drawing on the form surface.

Can anyone shed some light on this for me?