xj qian
2024-10-31 1dd7ee5123216bd977f317bf40a3b8c8c6d493c2
update
已修改1个文件
8 ■■■■■ 文件已修改
jrj/xframe/wobject/xcontrol.hpp 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;