Back to Devexpress

RepositoryItemProgressBar.AppearanceDisabled Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemprogressbar-ed652d15.md

latest2.4 KB
Original Source

RepositoryItemProgressBar.AppearanceDisabled Property

Gets the appearance settings used to paint the editor when it’s disabled.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public ProgressBarAppearanceObject AppearanceDisabled { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property AppearanceDisabled As ProgressBarAppearanceObject

Property Value

TypeDescription
DevExpress.XtraEditors.Repository.ProgressBarAppearanceObject

An object that provides the appearance setting used to paint the editor when it’s disabled.

|

Remarks

Use the AppearanceDisabled property to specify the background and foreground colors and the font settings used to paint the disabled editor and its contents. The BackColor and BackColor2 properties of the AppearanceDisabled object are in not in effect when the control is painted using a skinning paint scheme.

The appearance settings of an enabled editor are specified by the RepositoryItemProgressBar.Appearance property.

For more information on appearances, see the Application Appearance and Skin Colors document.

See Also

Appearance

AppearanceFocused

AppearanceReadOnly

RepositoryItemProgressBar Class

RepositoryItemProgressBar Members

DevExpress.XtraEditors.Repository Namespace