LiFan
2024-07-10 f8e66b8ec7a39871b1c8de8ad418dd8f934dd0f0
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;