简体   繁体   English

在VS2013中使用CMfcTabCtrl

[英]Using CMfcTabCtrl in VS2013

I would like to use MfcTabCtrl in Visual Studio 2013. In the toolbx, i see the TabCtrl but not the MfcTabCtrl. 我想在Visual Studio 2013中使用MfcTabCtrl。在toolbx中,我看到TabCtrl,但看不到MfcTabCtrl。

How can use CMfcTabCtrl please in vs2013 ? vs2013中如何使用CMfcTabCtrl?

Thanks a lot, 非常感谢,

Best regards, 最好的祝福,

Nixeus 尼克斯

The CMFCTabCtrl is usually used inside frame windows. CMFCTabCtrl通常在框架窗口内使用。

Inside a dialog I would use CPropertySheet and CPropertyPages. 在对话框中,我将使用CPropertySheet和CPropertyPages。 The Tab ctrl there is implicit created. Tab ctrl是隐式创建的。 But AFAIK it is possible to subclass it, if you need it... 但是AFAIK可以根据需要将其子类化...

So the usual way is to use the CMFCTabCtrl::Create function. 因此,通常的方法是使用CMFCTabCtrl :: Create函数。 Just look into the samples of the MCF... 只要看看MCF的样本...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM