如何修改CMFCPropertySheet Outlookbar表面(宽度,高度,文本字体...) [英] How to modify the CMFCPropertySheet Outlookbar surface(width,height,text font…)

查看:481
本文介绍了如何修改CMFCPropertySheet Outlookbar表面(宽度,高度,文本字体...)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的代码:

<预LANG = C ++> INT_PTR CMineSheet ::的DoModal()
{

AddPage(安培; m_pageMis);
AddPage(& m_pageSettings);
m_pImageListBar = new CImageList();
m_pImageListBar->创建(IDB_BMP_OUTLOOK_BAR,<跨度类= 代码位> 32 ,<跨度类= 代码位> 1 ,RGB(<跨度类= code-digit> 128 , 128 128 ));
SetIconsList(* m_pImageListBar);
SetLook(CMFCPropertySheet :: PropSheetLook_OutlookBar, 120 );
}





然后,我想修改outlookbar和文本字体的大小,我该怎么办?

解决方案

哦,使用m_wndOutlookBar !!

我看!!!


My code:

INT_PTR CMineSheet::DoModal()
{

    AddPage(&m_pageMis);
    AddPage(&m_pageSettings);
    m_pImageListBar = new CImageList();
    m_pImageListBar->Create(IDB_BMP_OUTLOOK_BAR,32, 1, RGB(128, 128, 128));
    SetIconsList(*m_pImageListBar);
    SetLook(CMFCPropertySheet::PropSheetLook_OutlookBar,120);
}



Then, I want modify the size of the outlookbar and the text font, how can I?

解决方案

oh, use m_wndOutlookBar!!
I See!!!


这篇关于如何修改CMFCPropertySheet Outlookbar表面(宽度,高度,文本字体...)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆