BEGIN_EVENTSINK_MAP(theClass, baseClass ) Параметры theClass Задаетимяклассаэлементауправления, этосопоставлениеприемникасобытий. baseClass Указываетимябазовогокласса th...
BEGIN_EVENTSINK_MAP(theClass, baseClass ) 参数 theClass 指定事件接收器映射这是控件类的名称。 baseClass theClass基类指定的名称。 备注 在定义的实现 (.cpp) 文件的成员为类函数,以 BEGIN_EVENTSINK_MAP 宏的事件接收映射,然后完成每个宏添加事件的输入可能会通知与 END_EVENTSINK_MAP 宏的事件接收映射。
Begins the definition of your event sink map. 复制 BEGIN_EVENTSINK_MAP(theClass, baseClass ) Parameters theClass Specifies the name of the control class whose event sink map this is. baseClass Specifies the name of the base class of theClass. ...