Design Screen: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
Multiple controls can be selected and moved together.
Multiple controls can be selected and moved together.


[[designscreen.png]]  
[[designscreen1.png]]  


To go to the event code for a control, right click on it and select “Go to Event”.  
To go to the event code for a control, right click on it and select “Go to Event”.  

Revision as of 21:53, 26 February 2013

designscreen.png

The Design Screen shows the layout of the form. A control that is outlined in blue is the control being edited. It can be moved or resized using the grab handles on the edges.

Certain controls have a fixed size, or have their size determined by their properties. These controls will not be able to be resized.

Controls can be added to the Design Screen by drag & drop or by double clicking on the control in the Toolbox. They can also be added by right clicking on the form and selecting “Add Component”.

Multiple controls can be selected and moved together.

designscreen1.png

To go to the event code for a control, right click on it and select “Go to Event”.

To view the code, right click and select View Code.

Next: Project Explorer