Back to Devexpress

ColorDialogOptions.ShowMakeWebSafeButton Property

windowsforms-devexpress-dot-xtraeditors-dot-colordialogoptions.md

latest2.0 KB
Original Source

ColorDialogOptions.ShowMakeWebSafeButton Property

Gets or sets whether the “Select Color” dialog contains the “Make Web-Safe” button.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public virtual bool ShowMakeWebSafeButton { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Overridable Property ShowMakeWebSafeButton As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the “Select Color” dialog contains the “Make Web-Safe” button; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowMakeWebSafeButton
RepositoryItemColorPickEdit

.ColorDialogOptions .ShowMakeWebSafeButton

|

Remarks

The “Make Web-Safe” button shifts the current color to the nearest Web-Safe color. Information on Web-Safe colors can be found in the RepositoryItemColorPickEdit.ShowWebSafeColors topic.

See Also

ColorDialogOptions Class

ColorDialogOptions Members

DevExpress.XtraEditors Namespace