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.
我正在开发一个程序,我想要一个信息图像,当你将鼠标悬停在它上面时,会出现一个ToolTip,我的问题是PictureBox它上面有信息图像的边框是这样的:
ToolTip
PictureBox
有谁知道如何使边界PictureBox消失?
我认为你可以简单地这样做:
picture.BorderStyle = BorderStyle.None;