本文介绍了MFC CListCtrl-获取子项文本颜色.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设使用自定义绘图在列表控件中为特定项目设置了不同的文本颜色.如何在不使用自定义绘图的情况下获取该项目的文本颜色?

Suppose a different text color is set for a particular item in list control using custom draw.How to get the text color of this item without using custom draw?

推荐答案


这篇关于MFC CListCtrl-获取子项文本颜色.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-10 02:47