C# 클래스 DroidExplorer.Core.UI.ListViewEx

상속: System.Windows.Forms.ListView
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetBitmap System.IntPtr
MoveArrayItem void
SetBackground void
SetSortSubitems void

공개 메소드들

메소드 설명
ListViewEx ( ) : System

보호된 메소드들

메소드 설명
OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void
OnColumnReordered ( System e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
GetBitmap ( Image image ) : IntPtr
MoveArrayItem ( int values, int idx_fr, int idx_to ) : void
SetBackground ( ) : void
SetSortSubitems ( ) : void

메소드 상세

ListViewEx() 공개 메소드

public ListViewEx ( ) : System
리턴 System

OnColumnClick() 보호된 메소드

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

OnColumnReordered() 보호된 메소드

protected OnColumnReordered ( System e ) : void
e System
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void