C# Class TeX2img.InputComboDialog

Afficher le fichier Open project: abenori/TeX2img Class Usage Examples

Méthodes publiques

Méthode Description
InputComboDialog ( string title, string label, List list, string defaultstr = "" ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Méthode Description
CancelButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

OKButton_Click ( object sender, EventArgs e ) : void

Method Details

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

InputComboDialog() public méthode

public InputComboDialog ( string title, string label, List list, string defaultstr = "" ) : System
title string
label string
list List
defaultstr string
Résultat System

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e EventArgs
Résultat void