RepositoryItemProgressBar.AppearanceFocused Property
Gets the appearance settings used to paint the current editor when it’s focused.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraEditors.Repository.ProgressBarAppearanceObject | A DevExpress.Utils.AppearanceObject object which provides the appearance setting used to paint the editor when it’s focused. |
Remarks
The editor’s appearance settings are controlled by the RepositoryItemProgressBar.Appearance property. Use the AppearanceFocused property to specify the appearance of the current editor when it’s focused. The BackColor and BackColor2 properties of the AppearanceFocused object are in not in effect when the control is painted using a skinning paint scheme.
To specify the appearance of the editor when it’s disabled, use the RepositoryItemProgressBar.AppearanceDisabled property.
For more information on appearances, see the Application Appearance and Skin Colors document.