Back to Devexpress

TdxCustomRibbon.FormIconPlaceholderWidth Property

vcl-dxribbon-dot-tdxcustomribbon-0ecb145e.md

latest1.7 KB
Original Source

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

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.

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

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit