From 5442aa2a75d2f40287ebeecd0afb9d1576661603 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期四, 25 七月 2024 11:27:38 +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