The theme object specifies the icons and colors of the search pane.
The color can be specified either as a RGB code as a number (note the little-endian byte order), or HTML-style color reference (like "#23ff33"). Empty string or string "default" sets the default color.
The icon file must be specified as a path to the icon file in the application folder. The icon file must be 32-bit .bmp or .png file. Icon dimensions should be 16x16. Pass empty string to restore the default icon.
Supported members:
Visual Basic |
---|
Public Sub SetTheme( _ ByVal theme As Object _ ) |
The theme object specifies the icons and colors of the search pane.
The color can be specified either as a RGB code as a number (note the little-endian byte order), or HTML-style color reference (like "#23ff33"). Empty string or string "default" sets the default color.
The icon file must be specified as a path to the icon file in the application folder. The icon file must be 32-bit .bmp or .png file. Icon dimensions should be 16x16. Pass empty string to restore the default icon.
Supported members: