C# Class KeePass.UI.CustomTreeViewEx

Inheritance: System.Windows.Forms.TreeView
Mostrar archivo Open project: cappert/keepass2

Public Methods

Method Description
CustomTreeViewEx ( ) : System

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

Protected Methods

Method Description
OnHandleCreated ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void

Method Details

CustomTreeViewEx() public method

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

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void