Enum BrandMode
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.
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum BrandMode
Fields
| Name | Description |
|---|---|
| All | All supported brand icons are shown in the BrandBar. Specification: dialog. |
| Off | No brand icons are shown in the BrandBar. Specification: dialog. |
| Selected | 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. |
| Unknown | Invalid/unknown constant value. |