string s = "【ID】:" + this.treeList1.FocusedNode[0].ToString() + "\r\n";
s += "[test]:" + this.treeList1.FocusedNode.GetDisplayText(0).ToString() + "\r\n";
s += "[value]:" + treeList1.FocusedNode.GetValue(0).ToString() + "\r\n";

 

 

利用xtraTabControl可以实现在同一个窗体中进行页面的切换,要把ShowTabHeader设置为False

相关文章:

  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
相关资源
相似解决方案