ColorDialogOptions.ShowMakeWebSafeButton Property
Gets or sets whether the “Select Color” dialog contains the “Make Web-Safe” button.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
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 |
|
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