C# 클래스 ATMLCommonLibrary.controls.awb.AWBXmlTreeView

상속: System.Windows.Forms.TreeView
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 메소드들

메소드 설명
AWBXmlTreeView ( ) : System
AWBXmlTreeView ( IContainer container ) : System
FindNode ( ) : TreeNode
FindNodeByTagValue ( object value, TreeNode parent = null ) : TreeNode
ResetBackColors ( Color color, TreeNode parent = null ) : void
ResetImages ( int idx, TreeNode parent = null ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnBeforeSelect ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void

비공개 메소드들

메소드 설명
AddElementAttributes ( XmlNode parentNode, TreeNode tn ) : void
FindNodeByValue ( TreeNodeCollection nodes, string value ) : TreeNode
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ProcessTreeNode ( XmlNode parentNode, TreeNode parentTreeNode ) : void
SortAttributes ( XmlAttribute attributes ) : void

메소드 상세

AWBXmlTreeView() 공개 메소드

public AWBXmlTreeView ( ) : System
리턴 System

AWBXmlTreeView() 공개 메소드

public AWBXmlTreeView ( IContainer container ) : System
container IContainer
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FindNode() 공개 메소드

public FindNode ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

FindNodeByTagValue() 공개 메소드

public FindNodeByTagValue ( object value, TreeNode parent = null ) : TreeNode
value object
parent System.Windows.Forms.TreeNode
리턴 System.Windows.Forms.TreeNode

OnBeforeSelect() 보호된 메소드

protected OnBeforeSelect ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void
e System.Windows.Forms.TreeViewCancelEventArgs
리턴 void

ResetBackColors() 공개 메소드

public ResetBackColors ( Color color, TreeNode parent = null ) : void
color Color
parent System.Windows.Forms.TreeNode
리턴 void

ResetImages() 공개 메소드

public ResetImages ( int idx, TreeNode parent = null ) : void
idx int
parent System.Windows.Forms.TreeNode
리턴 void