ColorDialog Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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 | |
![]() | Events | |
![]() | FullOpen | Gets or sets a value indicating whether the controls used to create custom colors are visible when the dialog box is opened |
![]() | Instance | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the underlying window instance handle (HINSTANCE). |
![]() | Options | This API supports the product infrastructure and is not intended to be used directly from your code. Gets values to initialize the ColorDialog. |
![]() | ShowHelp | Gets or sets a value indicating whether a Help button appears in the color dialog box. |
![]() | Site | |
![]() | 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.) |

