C# Class DroidExplorer.Core.UI.ListViewEx

Inheritance: System.Windows.Forms.ListView
Datei anzeigen Open project: camalot/droidexplorer Class Usage Examples

Private Properties

Property Type Description
GetBitmap System.IntPtr
MoveArrayItem void
SetBackground void
SetSortSubitems void

Public Methods

Method Description
ListViewEx ( ) : System

Protected Methods

Method Description
OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void
OnColumnReordered ( System e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
GetBitmap ( Image image ) : IntPtr
MoveArrayItem ( int values, int idx_fr, int idx_to ) : void
SetBackground ( ) : void
SetSortSubitems ( ) : void

Method Details

ListViewEx() public method

public ListViewEx ( ) : System
return System

OnColumnClick() protected method

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

OnColumnReordered() protected method

protected OnColumnReordered ( System e ) : void
e System
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void