CMFCPropertyGridProperty的使用

mac2022-06-30  76

设定初始值

CString str(_T("Button")); COleVariant cOlevariant(str); pTypeProperty->SetOriginalValue(cOlevariant); pTypeProperty->ResetOriginalValue();

转载于:https://www.cnblogs.com/Dennis-mi/p/3332836.html

相关资源:CMFCPropertygridCtrl添加checkbox复选框
最新回复(0)