C# Class ZForge.Controls.ExplorerBar.XPListView

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

Public Methods

Method Description
XPListView ( ) : System

Initializes a new instance of the XPListView 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

XPListView() public method

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