C# Class ATMLCommonLibrary.controls.awb.DropListTreeForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode Description
DropListTreeForm ( ) : System
FindElement ( XmlElement element ) : bool

Méthodes protégées

Méthode Description
OnSignalSelect ( object sender, XmlDocument tsfDocument ) : void
OnTreeLostFocus ( ) : void

Private Methods

Méthode Description
AnimateWindow ( IntPtr hwnd, int time, int flags ) : bool
DropListTreeForm_Closing ( object sender, CancelEventArgs e ) : void
DropListTreeForm_Load ( object sender, EventArgs e ) : void
FindNode ( TreeNode parentNode, XmlElement element ) : bool
ProcessTreeNode ( XmlNode parentNode, TreeNode parentTreeNode ) : void
SelectSignal ( TreeNode node ) : void
_treeForm_Layout ( object sender, System.Windows.Forms.LayoutEventArgs e ) : void
_treeView_KeyDown ( object sender, KeyEventArgs e ) : void
_treeView_LostFocus ( object sender, EventArgs e ) : void
_treeView_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

DropListTreeForm() public méthode

public DropListTreeForm ( ) : System
Résultat System

FindElement() public méthode

public FindElement ( XmlElement element ) : bool
element System.Xml.XmlElement
Résultat bool

OnSignalSelect() protected méthode

protected OnSignalSelect ( object sender, XmlDocument tsfDocument ) : void
sender object
tsfDocument System.Xml.XmlDocument
Résultat void

OnTreeLostFocus() protected méthode

protected OnTreeLostFocus ( ) : void
Résultat void