XRE Help

Attributes

AttributeRequiredDescription
typeYesItem type
entryYesRegistry entry
nameno¹Label text
hintnoTooltip text
imagenoImage to display along the item
widthnoWidth of numeric types
minnoMinimum value for numeric types
maxnoMaximum value for numeric types
incrnoIncrement value for numeric types
multnoMultiplier for numeric types
placesnoDecimal places for floating-point types
unitnoLabel
optionsnoDepends on item type
¹ Although not strictly required, name is highly recommended. If not present, the value of entry will be used as the item name.

Example

Example item with commonly used attributes:

<Item type="bool"
    entry="App:MakeBackupFiles"
    name="Create backup files"
    hint="Create .bak files when saving"
    image="backup.png"
/>