Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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

TdxCustomRibbon.ShowFormIcon Property

Specifies if the application icon is visible.

#Declaration

Delphi
property ShowFormIcon: TdxDefaultBoolean read; write; default bDefault;

#Property Value

Type Default Description
TdxDefaultBoolean bDefault
bDefault
Application icon visibility depends on the Style property value. Refer to the Remarks section for detailed information.
bTrue
The application icon is always visible.
bFalse
The application icon is always hidden. The FormIconPlaceholderWidth property specifies the width of the clickable application icon area.

#Remarks

The Ribbon Form hides or displays the application icon depending on the active Ribbon UI style. A click on the application icon displays a window system menu.

VCL Bars: The Application Icon in the Ribbon UI

Set the ShowFormIcon property to bTrue or bFalse if you need to explicitly display or hide the application icon. If the application icon is hidden, you can use the FormIconPlaceholderWidth property to resize the space allocated for the icon.

#Limitations

The ShowFormIcon property is in effect only if the following conditions are met:

#Default Value

The ShowFormIcon property’s default value is bDefault.

The default ShowFormIcon property value indicates that application icon visibility depends on the Style property value:

rsOffice365 | rs2013 | rs2010
The application icon is visible.
rs2007 | rs2016 | rs2016Tablet | rs2019
The application icon is hidden.
See Also