Skip to main content
Bar

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonAppearances.FormCaption Property

Gets the appearance settings used to paint a RibbonForm’s caption.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public virtual AppearanceObject FormCaption { get; }

#Property Value

Type Description
AppearanceObject

An AppearanceObject object which provides corresponding appearance settings.

#Remarks

You can use the Font and ForeColor properties of the FormCaption object to specify the painting options of the text displayed within a RibbonForm‘s caption. When the RibbonForm is inactive its caption is painted using the color specified by the RibbonAppearances.FormCaptionForeColorInactive property.

Note that the BackColor, BackColor2 and GradientMode properties of the FormCaption object are not in effect. The form’s background is painted according to the current skinning scheme.

See Appearance and Look and Feel to learn more.

See Also