C# Class RadioDld.ChooseCols

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ribbons/RadioDownloader Class Usage Examples

Méthodes publiques

Méthode Description
ChooseCols ( ) : System
StoreNameList ( string>.Dictionary columnNames ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ButtonHide_Click ( object sender, EventArgs e ) : void
ButtonMoveDown_Click ( object sender, EventArgs e ) : void
ButtonMoveUp_Click ( object sender, EventArgs e ) : void
ButtonOk_Click ( object sender, EventArgs e ) : void
ButtonShow_Click ( object sender, EventArgs e ) : void
ChooseCols_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ListColumns_ItemChecked ( object sender, System.Windows.Forms.ItemCheckedEventArgs e ) : void
ListColumns_SelectedIndexChanged ( object sender, EventArgs e ) : void
UpdateButtonState ( ) : void

Method Details

ChooseCols() public méthode

public ChooseCols ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

StoreNameList() public méthode

public StoreNameList ( string>.Dictionary columnNames ) : void
columnNames string>.Dictionary
Résultat void