C# Class SidebarLibrary.WinControls.ListViewEx

Inheritance: System.Windows.Forms.ListView
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetHeaderItemText ( int index ) : string
IsCursorOnDivider ( ) : bool
OnHandleCreated ( EventArgs e ) : void
WndProc ( Message &message ) : void

Private Methods

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

Method Details

GetHeaderItemRect() public méthode

public GetHeaderItemRect ( int index ) : Rectangle
index int
Résultat System.Drawing.Rectangle

GetHeaderItemText() protected méthode

protected GetHeaderItemText ( int index ) : string
index int
Résultat string

IsCursorOnDivider() protected méthode

protected IsCursorOnDivider ( ) : bool
Résultat bool

ListViewEx() public méthode

public ListViewEx ( ) : System
Résultat System

OnHandleCreated() protected méthode

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

SetColumnSortFormat() public méthode

public SetColumnSortFormat ( int columnIndex, SortedListViewFormatType format ) : void
columnIndex int
format SortedListViewFormatType
Résultat void

SetColumnSortFormat() public méthode

public SetColumnSortFormat ( int columnIndex, SortedListViewFormatType format, ListSortEvent callBack ) : void
columnIndex int
format SortedListViewFormatType
callBack ListSortEvent
Résultat void

SetHeaderIcon() public méthode

public SetHeaderIcon ( int headerIndex, int iconIndex ) : void
headerIndex int
iconIndex int
Résultat void

WndProc() protected méthode

protected WndProc ( Message &message ) : void
message Message
Résultat void