C# Класс hMailServer.Administrator.ucListView

Наследование: System.Windows.Forms.ListView
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
OnBeforeSelectedIndexChanged ( ) : void
OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void

Описание методов

LoadWidths() публичный метод

Loads the width of the columns from the registry.
public LoadWidths ( string viewName ) : void
viewName string
Результат void

OnBeforeSelectedIndexChanged() защищенный метод

protected OnBeforeSelectedIndexChanged ( ) : void
Результат void

OnColumnClick() защищенный метод

protected OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void
e System.Windows.Forms.ColumnClickEventArgs
Результат void

OnKeyDown() защищенный метод

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Результат void

OnMouseDown() защищенный метод

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

OnSelectedIndexChanged() защищенный метод

protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

SaveWidths() публичный метод

Saves the width of the columns in the registry.
public SaveWidths ( string viewName ) : void
viewName string
Результат void

SetNumericSortOrder() публичный метод

public SetNumericSortOrder ( int index ) : void
index int
Результат void

ucListView() публичный метод

public ucListView ( ) : System
Результат System