Back to Devexpress

XtraForm.ColorizeInactiveFormIcon Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-f21853eb.md

latest2.2 KB
Original Source

XtraForm.ColorizeInactiveFormIcon Property

Gets or sets whether the XtraForm icon appears grayed out when the form is inactive.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool ColorizeInactiveFormIcon { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Shared Property ColorizeInactiveFormIcon As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the XtraForm‘s icon appears grayed out when the form is inactive; false if the form’s icon appears in color.

|

Remarks

The table below demonstrates how the ColorizeInactiveFormIcon property affects XtraForm‘s icon.

Property ValueActive form’s iconInactive form’s icon
true
false

See Also

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace