<< Click to Display Table of Contents >> VpeSetGUITheme |
[Windows platform only; not supported by the Community Edition]
Specifies the look and feel for the GUI (Graphical User Interface) of the VPE Preview.
void VpeSetGUITheme(
VpeHandle hDoc,
int theme
)
VpeHandle hDoc
Document Handle
int theme
available themes are:
Constant |
Value |
Comment |
VGUI_THEME_OFFICE2000 |
0 |
|
VGUI_THEME_OFFICE2003 |
1 |
|
VGUI_THEME_WHIDBEY |
2 |
|
Default:
VGUI_THEME_WHIDBEY
Remarks:
On platforms other than Windows XP, there is no visual difference between the Office2003 and the Whidbey theme. On Windows XP the Office2003 theme uses different color schemes depending on the color theme chosen in the control panel of Windows XP (Blue, Olive or Silver).
On systems with a color resolution below 16-bits it is only possible to select the Office2000 theme.