Skip to main content
A newer version of this page is available. .

Document.AppearanceCaption Property

Provides access to the appearance settings applied to this Document‘s caption while this document remains inactive.

Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public AppearanceObject AppearanceCaption { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object that stores appearance settings applied to this Document‘s caption while this document remains inactive.

Remarks

Appearance settings, stored in the AppearanceCaption object, are applied to this Document‘s caption in its inactive (not selected) state. If the document is active, its caption is painted using the Document.AppearanceActiveCaption property.

The AppearanceCaption property overrides global appearance settings specified by the NativeMdiView.AppearanceDocumentCaption property.

See Also