我想知道以下是否可能:
将工具提示添加到特定文本(代码编辑器),例如:
var ToolTip1 = new System.Windows.Forms.ToolTip
{
AutomaticDelay = 5000,
AutoPopDelay = 50000,
InitialDelay = 100,
ReshowDelay = 500
};
ToolTip1.SetToolTip(rtb, "Represents text as a series of Unicode characters");*/
但是在这样的文本中:
我想知道怎么做。