Back to Devexpress

TdxCustomRibbon.DefaultFormIconPlaceholderWidth Property

vcl-dxribbon-dot-tdxcustomribbon-366a612d.md

latest2.0 KB
Original Source

TdxCustomRibbon.DefaultFormIconPlaceholderWidth Property

Specifies the pixel width of the area allocated for the application icon when it is hidden. This setting affects all Ribbon controls in the application.

Declaration

delphi
class property DefaultFormIconPlaceholderWidth: Integer read; write;

Property Value

TypeDescription
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.

At application startup, you can use the DefaultFormIconPlaceholderWidth property to adjust the width of the area allocated for the application icon when it is hidden. This setting affects all Ribbon controls in the application. The FormIconPlaceholderWidth property allows you to override the DefaultFormIconPlaceholder property at the level of individual Ribbon controls.

Default Value

The DefaultFormIconPlaceholderWidth property’s default value is 8.

See Also

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit