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

ColorDialogOptions.ShowMakeWebSafeButton Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if the “Make Web-Safe” button is available within the “Select Color” dialog; 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