C# Class BExplorer.Shell.TreeViewBase

Inheritance: System.Windows.Forms.TreeView
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
TreeViewBase ( ) : BExplorer.Shell.Interop

Protected Methods

Method Description
OnHandleCreated ( EventArgs e ) : void
OnNotifyMessage ( Message m ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : int
SetDoubleBuffer ( ) : void
SetExpandoesStyle ( ) : void
WndProc ( Message &m ) : void

Method Details

OnHandleCreated() protected method

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

OnNotifyMessage() protected method

protected OnNotifyMessage ( Message m ) : void
m System.Windows.Forms.Message
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
return void

TreeViewBase() public method

public TreeViewBase ( ) : BExplorer.Shell.Interop
return BExplorer.Shell.Interop