property PropertiesList.FormatEnumValue as String
Defines the HTML expression used to display the value of each enum literal, shown to the right of the item in drop-down editors.

TypeDescription
String A string expression that defines the HTML expression used to display the value of each enum literal, shown to the right of the item in drop-down editors
By default, the FormatEnumValue property is "" (empty), which indicates it has no effect. The FormatEnumValue property specifies the HTML expression used to display each enum literal's value, which appears to the right of the item in drop-down editors. The FormatEnumValue property can use ex-HTML formatting to customize how the value appears, as demonstrated in the sample below. The AllowMultipleValuesOnEnum property specifies whether the enum types display bit combination of predefined values.

The following screenshot illustrates how the enum literal values are displayed (the values are shown in white text on a black background):

The FormatEnumValue property supports the following keywords:

This property/method supports predefined constants and operators/functions as described here.

For instance,