C# Class ZForge.Controls.ExplorerBar.XPTreeView

Inheritance: System.Windows.Forms.TreeView
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
XPTreeView ( ) : System

Initializes a new instance of the XPTreeView class with default settings

Protected Methods

Method Description
OnSystemColorsChanged ( EventArgs e ) : void

Raises the SystemColorsChanged event

WndProc ( Message &m ) : void

Processes Windows messages

Method Details

OnSystemColorsChanged() protected method

Raises the SystemColorsChanged event
protected OnSystemColorsChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data
return void

WndProc() protected method

Processes Windows messages
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process
return void

XPTreeView() public method

Initializes a new instance of the XPTreeView class with default settings
public XPTreeView ( ) : System
return System