Skip to content

Latest commit

 

History

History
94 lines (60 loc) · 4.83 KB

dialog-editor-tab-toolbox.md

File metadata and controls

94 lines (60 loc) · 4.83 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Dialog Editor Tab, Toolbox | Microsoft Docs
11/04/2016
cpp-windows
article
C++
Toolbox [C++], Dialog Editor tab
controls [C++], types
syslink controls ino dialog boxes
custom controls [Visual Studio], dialog boxes
controls [C++], standard
Dialog editor, creating controls
controls [C++], adding to dialog boxes
253885c2-dcb9-4d8e-ac9b-805ea31cbf5e
12
mikeblome
mblome
ghogen

Dialog Editor Tab, Toolbox

The Dialog Editor tab appears in the Toolbox window when you're working in the Dialog editor. To add controls to your new dialog box, drag controls from the Toolbox to the dialog box you are creating (for more information, see Adding a Control to a Dialog Box). You can then move the controls around or change their size and shape.

The standard controls available in the Toolbox are:

The Windows Common Controls available in the Toolbox provide increased functionality in your application. They include:

You can add custom controls to the dialog box by selecting the Custom Control icon in the Toolbox and dragging it to your dialog box. To add a Syslink control, add a custom control, then change the control's Class property to Syslink. This will cause the properties to refresh and show the Syslink control properties. For information on the MFC wrapper class, see CLinkCtrl.

You may also add ActiveX controls to your dialog box.

You can also customize the Toolbox window for easier use. For more information, see Using the Toolbox.

For more information on using the RichEdit 1.0 control with MFC, see Using the RichEdit 1.0 Control with MFC

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

Controls
Control Classes
Dialog Box Classes
Scroll-Bar Styles
Rich Edit Control Examples
Adding Event Handlers for Dialog Box Controls
Dialog Box Controls and Variable Types