Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您将如何在 VB.Net 中为错误提供程序设置自定义位置?
我努力了:
myErrorProvider.SetIconAlignment(myTextBox, ErrorIconAlignment.MiddleRight + 50)
然而这不起作用
我不认为你可以通过对齐来做到这一点。尝试不同的方法: myErrorProvider.SetIconPadding(myTextBox, 50)
myErrorProvider.SetIconPadding(myTextBox, 50)