三态TreeView

时间:2015-10-08 09:56:29
【文件属性】:
文件名称:三态TreeView
文件大小:32KB
文件格式:ZIP
更新时间:2015-10-08 09:56:29
C# 三态 TreeView winform 里面的TreeView 只有两种状态,选中或者不选中。本例中提供了三种状态,选中,部分选中,不选。当处于选中状态时,其所有子节点全部选中,当处于不选状态时其子节点都未选中状态。当其有子节点(并非所有子节点)被选中时,其属于半选中状态。默认选中状态不可写,如有需要,可修改函数的类型为public。 声明,此模板为网上下载,经验证可以使用,再次感谢原作者。从推广的角度上传此资源。
【文件预览】:
SmartSolutions.Controls.Test
----AssemblyInfo.cs(2KB)
----obj()
--------Debug()
----bin()
--------Debug()
----App.ico(1KB)
----Form1.cs(5KB)
----Form1.resx(13KB)
----SmartSolutions.Controls.Test.csproj(5KB)
----SmartSolutions.Controls.Test.csproj.user(2KB)
SmartSolutions.sln
SmartSolutions.Controls
----AssemblyInfo.cs(2KB)
----obj()
--------Debug()
----bin()
--------Debug()
----TriStateTreeNode.cs(10KB)
----TriStateTreeView.resx(2KB)
----SmartSolutions.Controls.csproj.user(2KB)
----SmartSolutions.Controls.csproj(5KB)
----TriStateTreeView.cs(12KB)

网友评论

  • 能用,可以参考
  • 还行,可以参考