如果你希望了解 CMFCButton 类的运行时类信息,可以使用 RUNTIME_CLASS 宏,该宏返回与给定类名关联的 CRuntimeClass 对象。例如:
CRuntimeClass* pRuntimeClass = RUNTIME_CLASS(CMFCButton);
然后,你可以使用 pRuntimeClass 对象来获取有关类的信息,如类的名称、类的大小等。
请注意,CRuntimeClass 不是一个方法,而是一个类,用于实现运行时类型信息。
转载请注明出处:http://www.pingtaimeng.com/article/detail/19098/MFC/CMFCButton