xj qian
2025-04-21 a4344c9bada0722c6ef7fac5d95f29a110eea0f1
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;