想要去掉基础设施文本框的边框
我有一个基础设施文本框。我想删除它的边框。我不知道该怎么做?
this._myTextTextBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
我认为这对我来说应该很好,但它没有带来任何丰硕的结果。
谢谢。
I have a infragistics textbox. I want to remove its border. and I am not sure how to do it?
this._myTextTextBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
This is what i thought should work fine for me, but its not giving any fruitful result.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
指定边框样式后,您需要执行此操作。
我觉得这个解决方案更通用,而不是特定于基础设施。感谢 Infragistics Inc. 的 Boris 指导我做到这一点。
希望它有帮助。
After assigning border style, you need to do this.
I feel the solution is more generic and not specific to Infragistics. Thanks to Boris who guided me to this from Infragistics Inc.
Hope it helps.
你试过看MSDN吗?
TextBoxBase.BorderStyle属性
Have you tried looking at the MSDN??
TextBoxBase.BorderStyle Property