控件中的自定义函数说明,调用自定义函数的函数名:Mx::CallCustomFunction
class MxDrawCustomFunction;
MxDrawCustomFunction.h
例如:显示捕足对话框的自定义函数是,Mx_ShowOsmodeDialog,调用如下:
Mx::CallCustomFunction(_T("Mx_ShowOsmodeDialog"));
类