C# Class hMailServer.Administrator.ucListView

Inheritance: System.Windows.Forms.ListView
Afficher le fichier Open project: nberardi/hMailServer

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

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

OnBeforeSelectedIndexChanged() protected méthode

protected OnBeforeSelectedIndexChanged ( ) : void
Résultat void

OnColumnClick() protected méthode

protected OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void
e System.Windows.Forms.ColumnClickEventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnSelectedIndexChanged() protected méthode

protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SaveWidths() public méthode

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

SetNumericSortOrder() public méthode

public SetNumericSortOrder ( int index ) : void
index int
Résultat void

ucListView() public méthode

public ucListView ( ) : System
Résultat System