C# Class TeX2img.InputComboDialog

Show file Open project: abenori/TeX2img Class Usage Examples

Public Methods

Method Description
InputComboDialog ( string title, string label, List list, string defaultstr = "" ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Method 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 method

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

InputComboDialog() public method

public InputComboDialog ( string title, string label, List list, string defaultstr = "" ) : System
title string
label string
list List
defaultstr string
return System

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e EventArgs
return void