Back to Devexpress

NativeMdiView.AppearanceDocumentCaption Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-dot-nativemdiview-b03768a8.md

latest2.3 KB
Original Source

NativeMdiView.AppearanceDocumentCaption Property

Provides access to settings that customize the regular document caption’s appearance. These settings affect all documents in this NativeMdiView.

Namespace : DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that stores appearance settings used to paint the regular document caption’s appearance.

|

Remarks

You can override appearance settings for individual documents by using the Document.AppearanceCaption property.

When a document is activated, its caption is painted using different settings, stored in the NativeMdiView.AppearanceActiveDocumentCaption property.

See Also

AppearanceCaption

AppearanceActiveDocumentCaption

NativeMdiView Class

NativeMdiView Members

DevExpress.XtraBars.Docking2010.Views.NativeMdi Namespace