Back to Devexpress

TdxCustomRibbon.ShowFormIcon Property

vcl-dxribbon-dot-tdxcustomribbon-a7ad68f8.md

latest3.2 KB
Original Source

TdxCustomRibbon.ShowFormIcon Property

Specifies if the application icon is visible.

Declaration

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

Property Value

TypeDefaultDescription
TdxDefaultBooleanbDefaultbDefaultApplication icon visibility depends on the Style property value. Refer to the Remarks section for detailed information.bTrueThe application icon is always visible.bFalseThe 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.

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 | rs2010The application icon is visible.rs2007 | rs2016 | rs2016Tablet | rs2019The application icon is hidden. See Also

TdxCustomRibbon.FormIconPlaceholderWidth Property

TdxCustomRibbon.DefaultFormIconPlaceholderWidth Property

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit