CBrandMode

public enum CBrandMode

This attribute is used to specify which Brand icons are shown in the BrandBar element in a dialog.

The following values are valid:

Specification: dialog.

  • all

    All supported brand icons are shown in the BrandBar.

    Specification: dialog.

    Declaration

    Swift

    case all
  • Only the selected brand icon is shown in the BrandBar. The brands that shall be displayed have to be defined with the BrandBar tag.

    Specification: dialog.

    Declaration

    Swift

    case selected
  • off

    No brand icons are shown in the BrandBar.

    Specification: dialog.

    Declaration

    Swift

    case off