Display Name is used when a product or feature is referenced in a message to the end user.

This value can be localized using the $L string resolver variable. For example, to specify the localized resource with the key "productName" that is stored in a resource bundle named "MyCustomResources", the Display Name property would be:

$L(MyCustomResources, productName)

For a User Input Panel, this property in a choice-type field can include a mnemonic that sets this item to be the one selected. To specify a mnemonic, prepend the Display Name string with an ampersand ("&"), and the first letter of the string becomes the mnemonic and displays underlined. For example:

&This Item

displays the caption as This Item, and is selected when the end user types <Ctrl+T>.

If this value is not specified, the name of the product or feature as it appears in the Product Tree is used in messages to the end user.