Enables or disables the custom window caption font.
WINCAPTION(mode)
mode |
- |
An integer, the caption font mode:
If unspecified, the current caption font mode is returned. |
An integer, the previous caption font mode.
wincaption(1)
Enables custom window captions for all worksheet windows. The window caption font is set to the font specified by WINLABEL_FONT and the caption is adjusted to fit the font height.
wincaption(0)
The window caption is defaulted to the system caption font.
WINCAPTION enables or disables the use of WINLABEL_FONT to specify the window caption and applies to all worksheet windows.
WINLABEL_FONT still applies to the caption of hardcopy output even if the WINCAPTION mode is 0.