AlanCode

Results 3 comments of AlanCode

这里在class内加一个变量来记录是否AttachClick过事件就行了

`#ifndef __UIEDIT_H__ #define __UIEDIT_H__ #pragma once namespace ui { class EditWnd; class UILIB_API EditUI : public Control { friend class EditWnd; public: EditUI(); /// 重写父类方法,提供个性化功能,请参考父类声明 virtual std::wstring GetType() const override;...