Skip to main content

DockManagerAppearances.Reset() Method

Restores all the appearance settings and usage options to their default values and thus stops dock controls from using these appearance settings.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Reset()

Remarks

The Reset method provides the ability to revert all the appearance properties (DockManagerAppearances.ActiveTab, DockManagerAppearances.FloatFormCaption, DockManagerAppearances.FloatFormCaptionActive, etc.) to the default settings at once. As a result, dock controls will be painted with the default appearance settings.

To restore default appearance settings for a particular property, call the AppearanceObject.Reset method provided by its returned object.

See Also