Heres a snippet from one of my programs, add a mouse hover event and inside add this, you can also make tooltips for controls that dont have them.ToolTip dockItem = new ToolTip();dockItem.SetToolTip(this.pictureBox1, Path.GetFileName(DeskDocker.Properties.Settings.Default.DockItem1)); 这篇关于如何显示从ToolTip组件创建的ToolTipControl?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-18 16:22