Customizer's Guide > Working with XUI (XML-based User Interface) Dialog Boxes > XUI Element Reference > <image> Element
  
<image> Element
The <image> element specifies an id for and location of a graphical image. The element can have no child elements:
The <image> element has the following attributes:
id = ID
Specifies an id for the image.
path = CDATA
Specifies the path and file name of the image. path can also be one of the MFC predefined image names: #emergency, #information, #question, and #warning.
If the path is not an absolute path (or a path relative to the current directory), Arbortext Editor will first search the directories specified with set dialogspath. If the file is not located in those directories, Arbortext Editor will search the directories specified in the list of graphics paths.
transparentcolor = CDATA
Specifies the color in the source image to treat as the transparent color. Values can be the standard HTML named colors plus the Arbortext colors gray1, gray2, gray3, gray4, gray5. Colors can also be a string of a # followed by three two-digit hexadecimal numbers specifying the red, green, and blue (RGB) intensity values defining a color.