Back to Devexpress

Document.AppearanceActiveCaption Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-dot-document-ec048ea8.md

latest2.2 KB
Original Source

Document.AppearanceActiveCaption Property

Specifies the appearance settings, applied to this document’s caption when the document is active.

Namespace : DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public AppearanceObject AppearanceActiveCaption { get; }
vb
Public ReadOnly Property AppearanceActiveCaption As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that stores appearance settings applied to this document’s caption when the document is active.

|

Remarks

The AppearanceActiveCaption property overrides global appearance settings specified via the NativeMdiView.AppearanceActiveDocumentCaption object.

Inactive documents draw their captions using appearance settings stored in the Document.AppearanceCaption object.

See Also

AppearanceActiveDocumentCaption

AppearanceCaption

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.NativeMdi Namespace