LiFan
2025-02-13 03ef0b51103c735077c784c7df81ae2bcc1599ab
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;