C# Class DroidExplorer.Core.UI.ListViewEx

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

Private Properties

Свойство Type Description
GetBitmap System.IntPtr
MoveArrayItem void
SetBackground void
SetSortSubitems void

Méthodes publiques

Méthode Description
ListViewEx ( ) : System

Méthodes protégées

Méthode Description
OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void
OnColumnReordered ( System e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

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

Method Details

ListViewEx() public méthode

public ListViewEx ( ) : System
Résultat System

OnColumnClick() protected méthode

protected OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void
e System.Windows.Forms.ColumnClickEventArgs
Résultat void

OnColumnReordered() protected méthode

protected OnColumnReordered ( System e ) : void
e System
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void