1 Star 0 Fork 9

LYDYYDS / MFCSkin

forked from xmsharp / MFCSkin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CustomDrawCombox.h 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
xmsharp 提交于 2020-04-24 14:25 . 新增文件
#pragma once
// CCustomDrawCombox
class CCustomDrawCombox : public CComboBox
{
DECLARE_DYNAMIC(CCustomDrawCombox)
afx_msg void OnPaint();
public:
CCustomDrawCombox();
virtual ~CCustomDrawCombox();
private:
virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
virtual void MeasureItem(LPMEASUREITEMSTRUCT lpMeasureItemStruct);
virtual int CompareItem(LPCOMPAREITEMSTRUCT lpCompareItemStruct);
private:
virtual void PreSubclassWindow();
protected:
DECLARE_MESSAGE_MAP()
void OnNcPaint(CDC* pDC);
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lydyyds/MFCSkin.git
git@gitee.com:lydyyds/MFCSkin.git
lydyyds
MFCSkin
MFCSkin
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891