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.
我在 C# winforms 中有一个链接标签。它没有文字,但有一张图片作为背景。有什么办法可以使用图像作为超链接来触发 onclick 事件?
我搜索了很多,我能找到的只是文本操作(比如将文本设置为透明的..等)。有没有实际使用文本的方法?另外,如果我可以获得链接标签的工具提示..它会更有帮助。
我希望这个问题不是太主流(我是 C# 新手)。
您可以在其中使用buttonaimage并将其属性设置为FlatStyle:Flat外观ImageLink或使用PictureBoxand 来显示工具提示,您可以使用在orTooltip中调用新属性的工具。buttonPictureBox
button
image
FlatStyle:Flat
ImageLink
PictureBox
Tooltip