string str = "";
var source = from temp in Controls.Cast
foreach (var t in source)
{
str += t.type + ":" + t.count + "\n";
}
MessageBox.Show(str);
属性下面的下拉列表
菜单栏中的视图中的工具箱可以看到