Theme element (Thmutil extension)
This is the top-level container element for every thmutil Theme file.
Attributes
ImageFile
stringRelative path to an image file that can serve as a single source for images in the rest of the theme. This image is referenced by controls using the SourceX and SourceY attributes. Mutually exclusive with the ImageResource attribute.
ImageResource
stringIdentifier that references an image resource in the module for the window. This image is referenced by controls using the SourceX and SourceY attributes. Mutually exclusive with the ImageFile attribute.