C# Class AnalysisEngine.BetterListView

Inheritance: System.Windows.Forms.ListView
Datei anzeigen Open project: rvazarkar/antipwny

Public Methods

Method Description
BetterListView ( ) : System
setMessage ( string s ) : void

Protected Methods

Method Description
OnNotifyMessage ( Message m ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
BetterListView_Resize ( object sender, EventArgs e ) : void

Method Details

BetterListView() public method

public BetterListView ( ) : System
return System

OnNotifyMessage() protected method

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

WndProc() protected method

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

setMessage() public method

public setMessage ( string s ) : void
s string
return void