本文介绍了如何获得重点的属性表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在使用WTL库,并且必须实现工具提示,其中包含有关属性表的信息.但问题是,我对如何获得重点关注的属性表一无所知.

我的属性表继承自CPropertyPageImpl类.

Hi,

I am using WTL library and I have to implement tool tips, that contain information about property sheet. but the issue i am not getting any clue how to get focused property sheet.

My property sheet inherited from CPropertyPageImpl class.

class CMainDlg: public CPropertyPageImpl<CMainDlg >,



请提出如何解决此问题的建议.

关于,



kindly suggest, how to fix this issue.

With regards,

推荐答案


这篇关于如何获得重点的属性表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 20:52