C
Christopher Weaver
I've succeeded in creating multi-line ToolTips in code:
ttAllToolTips.SetToolTip(this.btnNextTaskSet , "Retrieve the next\n" +
Convert.ToString(TaskRecords) + " task records.");
But I'm wondering if this can be done through the properties window. Anyone
know how?
ttAllToolTips.SetToolTip(this.btnNextTaskSet , "Retrieve the next\n" +
Convert.ToString(TaskRecords) + " task records.");
But I'm wondering if this can be done through the properties window. Anyone
know how?