我需要将 BeginInit 与 Guna.UI2.WinForms 一起使用
我需要放置一个 BeginInit();作为扩展 使用此代码
this.UnsafeVolatileGetHandle.BeginInit();
并且我正在使用 Guna.UI2 所以我需要声明
private Guna2PictureBox UnsafeVolatileGetHandle;
但它返回以下错误
"Guna2PictureBox" Does not contain a definition for "BeginInit" and it was not possible to find any "BeginInit" extension method that accepts a first argument of type "Guna2PictureBox"
I need to put a BeginInit(); as an extension
with this code
this.UnsafeVolatileGetHandle.BeginInit();
and I'm using Guna.UI2 so I needed to declare a
private Guna2PictureBox UnsafeVolatileGetHandle;
But it returns the following error
"Guna2PictureBox" Does not contain a definition for "BeginInit" and it was not possible to find any "BeginInit" extension method that accepts a first argument of type "Guna2PictureBox"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论