Skip to main content
Version: v3

Window Element (Thmutil Extension)

Description
Defines the overall look of the main window.
Windows Installer references
None
Parents
Theme
Inner Text (xs:string)
Caption for the window.
Children
None
Attributes
NameTypeDescriptionRequired
AutoResizeYesNoTypeSpecifies whether the ThmUtil default window proc should process WM_SIZE and WM_SIZING events. 
FontIdNonNegativeIntegerNumeric identifier to the Font element that serves as the default font for the window. 
HeightPositiveIntegerHeight of the window. 
HexStyleHexBinary Hexadecimal window style. If this is not specified the default value is: WS_OVERLAPPED | WS_VISIBLE | WS_MINIMIZEBOX | WS_SYSMENU. If SourceX and SourceY are greater than 0, then WS_OVERLAPPED is replaced with WS_POPUP.  
IconFileStringRelative path to an icon file for the window. Mutually exclusive with IconResource and SourceX and SourceY attributes. 
IconResourceStringIdentifier that references icon resource in the module for the window. Mutually exclusive with IconFile and SourceX and SourceY attributes. 
MinimumHeightPositiveIntegerMinimum height of the window. Only functions if AutoResize is enabled. 
MinimumWidthPositiveIntegerMinimum width of the window. Only functions if AutoResize is enabled. 
SourceXNonNegativeIntegerX offset of the window background in the Theme/@ImageFile. Mutually exclusive with IconFile and IconResource. 
SourceYNonNegativeIntegerY offset of the window background in the Theme/@ImageFile. Mutually exclusive with IconFile and IconResource. 
WidthPositiveIntegerWidth of the window. 
See Also
Thmutil Schema