LiFan
2024-09-02 8da3dba7cd9f7d64876af84c2ce37da87d7113d2
jrj/xframe/xcontrol/xlistbox.hpp
@@ -5,6 +5,10 @@
class xlistbox : public xcontrol
{
public:
   xlistbox() :xcontrol(nullptr) {}
   xlistbox(void* implptr) :xcontrol(implptr) {}
   static int GetCount(HWND hWnd)//返回列表项总项数
   {
      int LB_GETCOUNT = 0x018B;