Back to Devexpress

ColorDialogOptions.FormIcon Property

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

latest1.7 KB
Original Source

ColorDialogOptions.FormIcon Property

Gets or sets the icon applied to the “Select Color” dialog.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Icon FormIcon { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Overridable Property FormIcon As Icon

Property Value

TypeDefaultDescription
Iconnull

An Icon object displayed in the “Select Color” dialog.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FormIcon
RepositoryItemColorPickEdit

.ColorDialogOptions .FormIcon

|

See Also

ColorDialogOptions Class

ColorDialogOptions Members

DevExpress.XtraEditors Namespace