Share via


Control Manipulation Shortcut Keys, Visual C++ 2.0 Default Shortcut Option

Use the following shortcut key combinations to move, select, and change the size of controls on design surfaces.

Note

The appearance of features in the IDE can depend on your active settings or edition, and might differ from those described in Help. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.

Command name

Shortcut keys

Description

Edit.MoveControlDown

DOWN ARROW

Moves the selected control down in increments of 1 on the design surface.

Edit.MoveControlLeft

LEFT ARROW

Moves the control to the left in increments of 1 on the design surface.

Edit.MoveControlRight

RIGHT ARROW

Moves the control to the right in increments of 1 on the design surface.

Edit.MoveControlUp

UP ARROW

Moves the control up in increments of 1 on the design surface.

Edit.SizeControlDown

SHIFT + DOWN ARROW

Increases the height of the control in increments of 1 on the design surface.

Edit.SizeControlLeft

SHIFT + LEFT ARROW

Reduces the width of the control in increments of 1 on the design surface.

Edit.SizeControlRight

SHIFT + RIGHT ARROW

Increases the width of the control in increments of 1 on the design surface.

Edit.SizeControlUp

SHIFT + UP ARROW

Decreases the height of the control in increments of 1 on the design surface.

See Also

Tasks

How to: Work with Shortcut Key Combinations

Other Resources

Visual C++ 2.0 Default Shortcut Keys

Shortcut Keys