C# Class hMailServer.Administrator.ucListView

Inheritance: System.Windows.Forms.ListView
Show file Open project: nberardi/hMailServer

Public Methods

Method Description
LoadWidths ( string viewName ) : void

Loads the width of the columns from the registry.

SaveWidths ( string viewName ) : void

Saves the width of the columns in the registry.

SetNumericSortOrder ( int index ) : void
ucListView ( ) : System

Protected Methods

Method Description
OnBeforeSelectedIndexChanged ( ) : void
OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void

Method Details

LoadWidths() public method

Loads the width of the columns from the registry.
public LoadWidths ( string viewName ) : void
viewName string
return void

OnBeforeSelectedIndexChanged() protected method

protected OnBeforeSelectedIndexChanged ( ) : void
return void

OnColumnClick() protected method

protected OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void
e System.Windows.Forms.ColumnClickEventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnSelectedIndexChanged() protected method

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

SaveWidths() public method

Saves the width of the columns in the registry.
public SaveWidths ( string viewName ) : void
viewName string
return void

SetNumericSortOrder() public method

public SetNumericSortOrder ( int index ) : void
index int
return void

ucListView() public method

public ucListView ( ) : System
return System