C# 클래스 hMailServer.Administrator.ucListView

상속: System.Windows.Forms.ListView
파일 보기 프로젝트 열기: nberardi/hMailServer

공개 메소드들

메소드 설명
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