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.FormIconPlaceholderWidth Property

Specifies the pixel width of the area allocated for the application icon when it is hidden.

#Declaration

Delphi
property FormIconPlaceholderWidth: Integer read; write;

#Property Value

Type Description
Integer

The pixel width of the area allocated for the application icon if the Ribbon Form does not display it.

#Remarks

The Ribbon Form hides or displays the application icon depending on the active Ribbon UI style if the ShowFormIcon property is set to bDefault. A click on the application icon displays a window system menu.

VCL Bars: The Application Icon in the Ribbon UI

Use the FormIconPlaceholderWidth property to adjust the width of the area allocated for the application icon when it is hidden.

#Default Value

The FormIconPlaceholderWidth property’s default value is DefaultFormIconPlaceholderWidth.

See Also