LiFan
2024-11-13 feccef8c2b99af30b6937c42568f2fb7c82dbae2
jrj/xframe/wobject/xcontrol.hpp
@@ -23,6 +23,14 @@
      return ((kcontrol*)this->getNativePointer())->GetHWND();
   }
   bool operator ==(xcontrol& rhs)
   {
      return getNativePointer() == rhs.getNativePointer();
   }
   operator LPARAM()
   {
      return (LPARAM)getNativePointer();
   }
   int SetReadOnlyEx(const bool )
   {
      int EM_SETREADONLY_ = 0x00CF;