如何使AutoCompleteSource.HistoryList成为可用的字符串

时间:2015-04-18 12:57:09

标签: c# autocomplete

我只是想做的就是在消息框中显示AutoCompleteSource.HistoryList。以下所有代码都显示单词HistoryList。如何让它实际显示HistoryLIst的URL,换句话说,我希望HistoryList的内容出现在MessageBox中。

string s = AutoCompleteSource.HistoryList;
MessageBox.Show(s, "History", MessageBoxButtons.OK, MessageBoxIcon.Information);

0 个答案:

没有答案