Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Windows Forms ColorDialog component is a pre-configured dialog box that allows the user to select a color from a palette and to add custom colors to that palette. It is the same dialog box that you see in other Windows-based applications to select colors. Use it within your Windows-based application as a simple solution in lieu of configuring your own dialog box.
In This Section
ColorDialog Component Overview
Introduces the general concepts of the ColorDialog component, which allows you to display a pre-configured dialog box that users can use to select colors from a palette.
How to: Change the Appearance of the Windows Forms ColorDialog Component
Describes how to change the colors available to users and other properties.
How to: Show a Color Palette with the ColorDialog Component
Explains how to select a color at run time by means of an instance of the ColorDialog component.
Related Sections
Controls You Can Use On Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.
ColorDialog Provides reference information on the ColorDialog class and its members.
Dialog-Box Controls and Components
Lists a set of controls that allow users to perform standard interactions with the application or system.
.NET Desktop feedback