From f7f68dbf94f9da14863f155d88cdaec47352ba99 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期三, 24 七月 2024 10:28:02 +0800 Subject: [PATCH] update --- jrj/xframe/wobject/xcontrol.hpp | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/jrj/xframe/wobject/xcontrol.hpp b/jrj/xframe/wobject/xcontrol.hpp index 4bd5f02..02c03d1 100644 --- a/jrj/xframe/wobject/xcontrol.hpp +++ b/jrj/xframe/wobject/xcontrol.hpp @@ -5,6 +5,7 @@ #include "kobject/kwin.hpp" #include "win32/win.hpp" #include "wobject/xstring.hpp" + using kwin=Hxsoft::XFrame::IXFWin; using kcontrol = Hxsoft::XFrame::IXFControl; @@ -62,4 +63,9 @@ { return ((kcontrol*)this->getNativePointer())->GetElement(); } + + Hxsoft::XFrame::xbObject* QueryItem(xstring pItem) + { + return ((kcontrol*)this->getNativePointer())->QueryItem((LPTSTR)pItem.c_str()); + } }; -- Gitblit v1.9.3