C# Class D16.VideoCommander.ListViewButtonColumn

Inheritance: ListViewColumn
Show file Open project: feg-giessen/videocommander Class Usage Examples

Public Methods

Method Description
Draw ( DrawListViewSubItemEventArgs e ) : void
ListViewButtonColumn ( int columnIndex ) : System

Protected Methods

Method Description
OnColumnWidthChanging ( object sender, System.Windows.Forms.ColumnWidthChangingEventArgs e ) : void

Method Details

Draw() public method

public Draw ( DrawListViewSubItemEventArgs e ) : void
e System.Windows.Forms.DrawListViewSubItemEventArgs
return void

ListViewButtonColumn() public method

public ListViewButtonColumn ( int columnIndex ) : System
columnIndex int
return System

OnColumnWidthChanging() protected method

protected OnColumnWidthChanging ( object sender, System.Windows.Forms.ColumnWidthChangingEventArgs e ) : void
sender object
e System.Windows.Forms.ColumnWidthChangingEventArgs
return void