namespace BQ_TreeView
{
/// BQ_TreeView 的摘要说明
/// </summary>
public class BQ_TreeView : System.Windows.Forms.TreeView
private System.ComponentModel.Container components = null;
private DataTable m_tb=null;
private string m_RootMatID;
BQ_TreeNode RootNode=null;
ArrayList alNode=new ArrayList ();
public BQ_TreeView()
InitializeComponent();
}
protected override void Dispose( bool disposing )
if( disposing )
if(components != null)
components.Dispose();
base.Dispose( disposing );
#region
private void InitializeComponent()
components = new System.ComponentModel.Container();
#endregion
/// <summary>
///定义数据源
public DataTable TreeDataSource
set
m_tb=value;
&n
[1] [2] [3] [4] 下一页
Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved. 闵涛 E_mail:admin@mintao.net(欢迎提供学习资源)
鄂公网安备 42011102001154号
站长:MinTao ICP备案号:鄂ICP备11006601号-18