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 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
-
No brand icons are shown in the BrandBar.
Specification: dialog.
Declaration
Swift
case off