xj qian
2024-10-29 bb4dc0fab56e542e784311f95ae6d7e7dd785a8f
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;