C# 클래스 SidebarLibrary.WinControls.ListViewEx

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

Private Properties

프로퍼티 타입 설명
AdjustFirstItemRect System.Drawing.Rectangle
DoHeaderCustomDrawing void
DoListCustomDrawing void
DrawDownArrow void
DrawUpArrow void
GetHeaderCtrlRect System.Drawing.Rectangle
GetRowSorterHelper RowSorterHelper
GetSubItemRect System.Drawing.Rectangle
GetSubItemText string
HasHeaderImage bool
InitializeCheckBoxesImageList void
IsRowSelected bool
NotifyHeaderCustomDraw bool
NotifyListCustomDraw bool
PaintBackground void

공개 메소드들

메소드 설명
GetHeaderItemRect ( int index ) : Rectangle
ListViewEx ( ) : System
SetColumnSortFormat ( int columnIndex, SortedListViewFormatType format ) : void
SetColumnSortFormat ( int columnIndex, SortedListViewFormatType format, ListSortEvent callBack ) : void
SetHeaderIcon ( int headerIndex, int iconIndex ) : void

보호된 메소드들

메소드 설명
GetHeaderItemText ( int index ) : string
IsCursorOnDivider ( ) : bool
OnHandleCreated ( EventArgs e ) : void
WndProc ( Message &message ) : void

비공개 메소드들

메소드 설명
AdjustFirstItemRect ( Rectangle rc ) : Rectangle
DoHeaderCustomDrawing ( Message &m ) : void
DoListCustomDrawing ( Message &m ) : void
DrawDownArrow ( Graphics g, Rectangle rc ) : void
DrawUpArrow ( Graphics g, Rectangle rc ) : void
GetHeaderCtrlRect ( ) : Rectangle
GetRowSorterHelper ( ) : RowSorterHelper
GetSubItemRect ( int row, int col ) : Rectangle
GetSubItemText ( int row, int col ) : string
HasHeaderImage ( int headerIndex, int &imageIndex ) : bool
InitializeCheckBoxesImageList ( ) : void
IsRowSelected ( int row ) : bool
NotifyHeaderCustomDraw ( Message &m ) : bool
NotifyListCustomDraw ( Message &m ) : bool
PaintBackground ( IntPtr hDC ) : void

메소드 상세

GetHeaderItemRect() 공개 메소드

public GetHeaderItemRect ( int index ) : Rectangle
index int
리턴 System.Drawing.Rectangle

GetHeaderItemText() 보호된 메소드

protected GetHeaderItemText ( int index ) : string
index int
리턴 string

IsCursorOnDivider() 보호된 메소드

protected IsCursorOnDivider ( ) : bool
리턴 bool

ListViewEx() 공개 메소드

public ListViewEx ( ) : System
리턴 System

OnHandleCreated() 보호된 메소드

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetColumnSortFormat() 공개 메소드

public SetColumnSortFormat ( int columnIndex, SortedListViewFormatType format ) : void
columnIndex int
format SortedListViewFormatType
리턴 void

SetColumnSortFormat() 공개 메소드

public SetColumnSortFormat ( int columnIndex, SortedListViewFormatType format, ListSortEvent callBack ) : void
columnIndex int
format SortedListViewFormatType
callBack ListSortEvent
리턴 void

SetHeaderIcon() 공개 메소드

public SetHeaderIcon ( int headerIndex, int iconIndex ) : void
headerIndex int
iconIndex int
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &message ) : void
message Message
리턴 void