Skip to main content
A newer version of this page is available. .

ColorDialogOptions Members

Contains settings affecting the appearance of the “Select Color” dialog.

Constructors

Name Description
ColorDialogOptions() Initializes a new instance of the ColorDialogOptions class.

Properties

Name Description
AllowTransparency Gets or sets whether the “Select Color” dialog contains controls allowing an end-user to set a transparency level for selected colors.
FormIcon Gets or sets the icon applied to the “Select Color” dialog.
ShowArrows Gets or sets whether the “Select Color” dialog contains titled arrows along the sides of color boxes.
ShowMakeWebSafeButton Gets or sets whether the “Make Web-Safe” button is available within the “Select Color” dialog.
ShowPreview Gets or sets whether the “Select Color” dialog contains a preview box demonstrating the current color.
ShowTabs Gets or sets which tabs are displayed within the “Select Color” dialog.

Methods

Name Description
Assign(ColorDialogOptions) Copies settings from the object passed as the parameter.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all ColorDialogOptions settings to their default values.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also