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

ColorDialogOptions.ShowMakeWebSafeButton Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public virtual bool ShowMakeWebSafeButton { get; set; }

Property Value

Type Default Description
Boolean **false**

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 Type Path 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