从 C# WPF 应用程序中的 ActiveX 控件中删除令人讨厌的 3D 边框

发布于 2024-12-12 04:45:40 字数 218 浏览 0 评论 0原文

我在 WPF 应用程序的 Windows 窗体主机中使用 Microsoft MapPoint 2011 ActiveX 控件,并尝试删除令人讨厌的 3D 边框。我已经尝试设置以下属性但没有成功:

axMapPointControl1.BorderStyle = 0;
axMapPointControl1.Appearance = 0;

有什么想法吗?

I am using the Microsoft MapPoint 2011 ActiveX Control in a Windows Forms Host within a WPF Application and try to remove the nasty 3D Border. I already tried to set the following Properties without success:

axMapPointControl1.BorderStyle = 0;
axMapPointControl1.Appearance = 0;

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

dawn曙光 2024-12-19 04:45:41

我为你仔细检查了一遍,你的代码看起来没问题。运行时是否有某些内容可能会覆盖您的设置?

I double checked it for you and your code seems fine. Is there something at runtime that might be overriding your settings?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文