C# Class KeePass.UI.CustomTreeViewEx

Inheritance: System.Windows.Forms.TreeView
Afficher le fichier Open project: cappert/keepass2

Méthodes publiques

Méthode Description
CustomTreeViewEx ( ) : System

/// This handler will be used to dynamically query tooltip /// texts for tree nodes. ///

Méthodes protégées

Méthode Description
OnHandleCreated ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void

Method Details

CustomTreeViewEx() public méthode

/// This handler will be used to dynamically query tooltip /// texts for tree nodes. ///
public CustomTreeViewEx ( ) : System
Résultat System

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void