C# Class ZForge.Controls.ExplorerBar.XPTreeView

Inheritance: System.Windows.Forms.TreeView
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
XPTreeView ( ) : System

Initializes a new instance of the XPTreeView class with default settings

Méthodes protégées

Méthode Description
OnSystemColorsChanged ( EventArgs e ) : void

Raises the SystemColorsChanged event

WndProc ( Message &m ) : void

Processes Windows messages

Method Details

OnSystemColorsChanged() protected méthode

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

WndProc() protected méthode

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

XPTreeView() public méthode

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