Designbox

From Wikipedia, the free encyclopedia
Designbox for Visual Studio
Developer(s)StudioWorks Software, LLC
Stable release
2.2.1 (for VS 2005/2008/2010) / August 8, 2010 (2010-08-08)
Preview release
none
Operating systemMicrosoft Windows
TypeMicrosoft Visual Studio add-on for .NET 2005, 2008, and 2010
Licensecommercial, $249
Websitehttp://www.studioworkssoft.com

Designbox for Visual Studio is a UI design productivity tool for Microsoft Visual Studio. It adds a new toolbox window that can associate initial property values with control items. It then applies these initial values to the control each time that control is drag and dropped onto the Form Designer. Designbox also includes the Design Gallery window that is used to apply pre-defined designs to existing controls.

Designbox currently supports .NET Windows Forms applications and works with all the major WinForms control suites from third-party vendors such as ComponentOne, Developer Express, Infragistics, Telerik and Syncfusion.

Features[edit]

  • The Designbox Window - A toolbox that stores property/value designs for control classes. Developers can then drag-and-drop these designs onto the WinForms Form Designer to create initialized controls.
  • The Design Gallery - A Visual Studio tool window that allows developers to browse through and apply control designs.
  • Design by Example - The ability to create designs from an existing control that exemplifies that design.
  • WinForms to Xml Conversion - Designbox uses a custom WinForms to Xml translator that converts WinForms forms and controls to Xml.

External links[edit]