Skip to main content
All docs
V25.1
  • TdxCustomRibbon.ShowFormIcon Property

    Specifies if the application icon is visible.

    Declaration

    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