The members of System.Windows.Forms.ColorDialog are listed below.
See Also: Inherited members from System.Windows.Forms.CommonDialog
Initializes a new instance of the System.Windows.Forms.ColorDialog class. |
AllowFullOpen | bool.
Gets or sets a value indicating whether the user can use the dialog box to define custom colors. | |
AnyColor | bool.
Gets or sets a value indicating whether the dialog box displays all available colors in the set of basic colors. | |
Color | System.Drawing.Color.
Gets or sets the color selected by the user. | |
CustomColors | int[].
Gets or sets the set of custom colors shown in the dialog box. | |
FullOpen | bool.
Gets or sets a value indicating whether the controls used to create custom colors are visible when the dialog box is opened | |
ShowHelp | bool.
Gets or sets a value indicating whether a Help button appears in the color dialog box. | |
SolidColorOnly | bool.
Gets or sets a value indicating whether the dialog box will restrict users to selecting solid colors only. |
[read-only] | Instance | IntPtr.
Gets the underlying window instance handle (HINSTANCE). |
[read-only] | Options | int.
Gets values to initialize the System.Windows.Forms.ColorDialog. |
override | Reset()
| |
override | ToString()
|