Theme Support Functions (Windows Embedded CE 6.0)
1/6/2010
This topic describes the functions that must be declared and implemented to provide custom theme support.
Note
The module that contains the theme functions must be named as ietheme.dll
Windows Embedded CE provides a sample implementation in the %_WINCEROOT%\PUBLIC\IE\OAK\IETHEME folder.
In This Section
Programming element | Description |
---|---|
Closes the theme data handle |
|
Draws the background image defined by the visual style or the specified control part |
|
Calculates the size and location of the background, which is defined by the visual style, given the content area |
|
Retrieves the value of the color property |
|
Retrieves the value of the font property |
|
Retrieves a hit test code for a point in the background specified by visual style |
|
Determines whether the application UI displays visual style |
|
Opens the theme data for a window and its associated class |