How do I create a shape to place on a form?

There is no Shape object in the Windows Forms Toolbox. However, you can use the Label shape to perform the same function. To do this:

  1. Drag and drop a Label on your form.

  2. Clear the Label's Text property

  3. Set the Label's BackColor to the desired color.

© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 08/12/09
Comment or report problem with topic