Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 3.71 KB

accelerator-keys-for-the-dialog-editor.md

File metadata and controls

52 lines (46 loc) · 3.71 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Accelerator Keys for the Dialog Editor | Microsoft Docs
11/04/2016
cpp-windows
article
vc.editors.dialog
C++
Dialog editor, shortcut keys
940270e9-a974-425b-a681-dfeaba0adf66
15
mikeblome
mblome
ghogen

Accelerator Keys for the Dialog Editor

Below are the default accelerator keys for the Dialog editor commands. To change shortcut keys, click Options on the Tools menu, then choose Keyboard under the Environment folder. For more information, see Identifying and Customizing Keyboard Shortcuts.

Note

The options available in dialog boxes, and the names and locations of menu commands you see, might differ from what is described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Customizing Development Settings in Visual Studio.

Command Keys Description
Format.AlignBottoms CTRL + SHIFT + DOWN ARROW Aligns the bottom edges of the selected controls with the dominant control
Format.AlignCenters SHIFT + F9 Aligns the vertical centers of the selected controls with the dominant control
Format.AlignLefts CTRL + SHIFT + LEFT ARROW Aligns the left edges of the selected controls with the dominant control
Format.AlignMiddles F9 Aligns the horizontal centers of the selected controls with the dominant control
Format.AlignRights CTRL + SHIFT + RIGHT ARROW Aligns the right edges of the selected controls with the dominant control
Format.AlignTops CTRL + SHIFT + UP ARROW Aligns the top edges of the selected controls with the dominant control
Format.ButtonBottom CTRL + B Places the selected buttons along the bottom-center of the dialog box
Format.ButtonRight CTRL + R Places the selected buttons in the top-right corner of the dialog box
Format.CenterHorizontal CTRL + SHIFT + F9 Centers the controls horizontally within the dialog box
Format.CenterVertical CTRL + F9 Centers the controls vertically within the dialog box
Format.CheckMnemonics CTRL + M Checks uniqueness of mnemonics
Format.SizeToContent SHIFT + F7 Resizes the selected control(s) to fit the caption text
Format.SpaceAcross ALT + LEFT ARROW Evenly spaces the selected controls horizontally
Format.SpaceDown ALT + DOWN ARROW Evenly spaces the selected controls vertically
Format.TabOrder CTRL + D Sets the order of controls within the dialog
Format.TestDialog CTRL + T Runs the dialog box to test appearance and behavior
Format.ToggleGuides CTRL + G Cycles between no grid, guidelines, and grid for dialog editing

For information on adding resources to managed projects, please see Resources in Desktop Apps in the .NET Framework Developer's Guide. For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resource strings to properties, see Creating Resource Files for Desktop Apps. For information on globalization and localization of resources in managed apps, see Globalizing and Localizing .NET Framework Applications.

Requirements

Win32

See Also

Dialog Editor