ColorDialog Properties
.NET Framework 4.5
The ColorDialog type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowFullOpen | Gets or sets a value indicating whether the user can use the dialog box to define custom colors. |
|
AnyColor | Gets or sets a value indicating whether the dialog box displays all available colors in the set of basic colors. |
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Color | Gets or sets the color selected by the user. |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
CustomColors | Gets or sets the set of custom colors shown in the dialog box. |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
FullOpen | Gets or sets a value indicating whether the controls used to create custom colors are visible when the dialog box is opened |
|
Instance | Infrastructure. Gets the underlying window instance handle (HINSTANCE). |
|
Options | Infrastructure. Gets values to initialize the ColorDialog. |
|
ShowHelp | Gets or sets a value indicating whether a Help button appears in the color dialog box. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
SolidColorOnly | Gets or sets a value indicating whether the dialog box will restrict users to selecting solid colors only. |
|
Tag | Gets or sets an object that contains data about the control. (Inherited from CommonDialog.) |