Подскажите можно ли как-то изменять шрифт и размеры MDI Tab (закладки для переключения открытых MDI окон) ?
Установка системного шрифта никакой реакции не дает ...

Модератор: Дед Пахом
Игорь Столяров
kreator
Roman_55
Игорь Столяров
Губин Игорь
Игорь Столяров
Губин Игорь
Игорь Столяров
Губин Игорь
kreator
Губин Игорь
Но не для меню. Для popup меню написана вот такая хрень:SYSTEM {PROP:FontName + PROP:TipsFont} !set/get font's typeface
SYSTEM {PROP:FontSize + PROP:TipsFont} !set/get font's size
SYSTEM {PROP:FontColor + PROP:TipsFont} !set/get font's color
SYSTEM {PROP:FontStyle + PROP:TipsFont} !set/get font's style
Код: Выделить всё
Popup menus use the default menu style available from SYSTEM{PROP:MenuStyle}. You can retrieve the instance of IMenuStyle and set/change its font.
By default, the used font is the system font - in priority order (higher to lower):
- font uses the handle that is the lfMenuFont value of the NONCLIENTMETRICS structure
- font uses the handle that is the result of the GetStockObject(DEFAULT_GUI_FONT) call
- font uses the handle that is the result of the GetStockObject(SYSTEM_FONT) call
By default, the charset value SYSTEM{PROP:CharSet} is not applied to the font of the default menu style.
kreator
Вернуться в «CLARION for Windows»
Создано на основе phpBB® Forum Software © phpBB Limited
Time: 0.077s | Peak Memory Usage: 1.28 МБ | GZIP: Off