C# Class D16.VideoCommander.ListViewButtonColumn

Inheritance: ListViewColumn
Afficher le fichier Open project: feg-giessen/videocommander Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( DrawListViewSubItemEventArgs e ) : void
ListViewButtonColumn ( int columnIndex ) : System

Méthodes protégées

Méthode Description
OnColumnWidthChanging ( object sender, System.Windows.Forms.ColumnWidthChangingEventArgs e ) : void

Method Details

Draw() public méthode

public Draw ( DrawListViewSubItemEventArgs e ) : void
e System.Windows.Forms.DrawListViewSubItemEventArgs
Résultat void

ListViewButtonColumn() public méthode

public ListViewButtonColumn ( int columnIndex ) : System
columnIndex int
Résultat System

OnColumnWidthChanging() protected méthode

protected OnColumnWidthChanging ( object sender, System.Windows.Forms.ColumnWidthChangingEventArgs e ) : void
sender object
e System.Windows.Forms.ColumnWidthChangingEventArgs
Résultat void