Hidden Features of Visual Studio winforms designer

Posted by CodingBarfield on Stack Overflow See other posts from Stack Overflow or by CodingBarfield
Published on 2010-11-04T09:00:26Z Indexed on 2011/11/20 1:50 UTC
Read the original article Hit count: 333

Filed under:
|
|
|

One of the most loved and hated feautures of visual studio must be the form designer.

Creating a simple form/user control layout usually is a breeze. Setting properties and adding events is easy.

Setting up the toolbox to use you own controls can be a bit harder and getting the ToolBoxIcons to show up can be a pain. Using third party components by visual inheritance can throw of the designer. And using multiple inheritance on designerables can be really hard.

So what are your favorite 'hidden' and or obvious visual studio designer features.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about winforms