Control Manipulation Shortcut Keys, Visual Studio 6 Scheme
The following shortcut key combinations can be used to move, select, or change the size of controls on design surfaces. The design surface is a visual area where you add controls to create a user interface.
Command Name |
Shortcut Keys |
Description |
---|---|---|
Edit.MoveControlDown |
CTRL + DOWN ARROW |
Moves the selected control down in increments of 1 on the design surface. |
Edit.MoveControlDownGrid |
DOWN ARROW |
Moves the selected control down in increments of 8 on the design surface. |
Edit.MoveControlLeft |
CTRL + LEFT ARROW |
Moves the control to the left in increments of 1 on the design surface. |
Edit.MoveControlLeftGrid |
LEFT ARROW |
Moves the control to the left in increments of 8 on the design surface. |
Edit.MoveControlRight |
CTRL + RIGHT ARROW |
Moves the control to the right in increments of 1 on the design surface. |
Edit.MoveControlRightGrid |
RIGHT ARROW |
Moves the control to the right in increments of 8 on the design surface. |
Edit.MoveControlUp |
CTRL + UP ARROW |
Moves the control up in increments of 1 on the design surface. |
Edit.MoveControlUpGrid |
UP ARROW |
Moves the control up in increments of 8 on the design surface. |
Edit.SelectNextControl |
TAB |
Moves to the next control on the page. |
Edit.SelectPreviousControl |
SHIFT + TAB |
Moves back to the previously selected control on the page. |
Edit.ShowTileGrid |
ENTER |
Displays the grid on the design surface. |
Edit.SizeControlDown |
CTRL + SHIFT + DOWN ARROW |
Increases the height of the control in increments of 1 on the design surface. |
Edit.SizeControlDownGrid |
SHIFT + DOWN ARROW |
Increases the height of the control in increments of 8 on the design surface. |
Edit.SizeControlLeft |
CTRL + SHIFT + LEFT ARROW |
Reduces the width of the control in increments of 1 on the design surface. |
Edit.SizeControlLeftGrid |
SHIFT + LEFT ARROW |
Reduces the width of the control in increments of 8 on the design surface. |
Edit.SizeControlRight |
CTRL + SHIFT + RIGHT ARROW |
Increases the width of the control in increments of 1 on the design surface. |
Edit.SizeControlRightGrid |
SHIFT + RIGHT ARROW |
Increases the width of the control in increments of 8 on the design surface. |
Edit.SizeControlUp |
CTRL + SHIFT + UP ARROW |
Decreases the height of the control in increments of 1 on the design surface. |
Edit.SizeControlUpGrid |
SHIFT + UP ARROW |
Decreases the height of the control in increments of 8 on the design surface. |