C# Class SuperPutty.Gui.QuickSelector

Afficher le fichier Open project: sepich/superputty Class Usage Examples

Private Properties

Свойство Type Description
DoClose void
DoSelectItem void
InitializeComponent void
QuickSelector_FormClosing void
UpdateFilter void
dataGridViewData_CellContentClick void
dataGridViewData_CellEndEdit void
dataGridViewData_CellFormatting void
dataGridViewData_CellMouseDoubleClick void
dataGridViewData_CellPainting void
dataGridViewData_KeyDown void
textBoxData_KeyDown void
textBoxData_TextChanged void

Méthodes publiques

Méthode Description
QuickSelector ( ) : System
ShowDialog ( IWin32Window parent, QuickSelectorData data, QuickSelectorOptions options ) : DialogResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosed ( FormClosedEventArgs e ) : void

Private Methods

Méthode Description
DoClose ( ) : void
DoSelectItem ( ) : void
InitializeComponent ( ) : void

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

QuickSelector_FormClosing ( object sender, FormClosingEventArgs e ) : void
UpdateFilter ( ) : void
dataGridViewData_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
dataGridViewData_CellEndEdit ( object sender, DataGridViewCellEventArgs e ) : void
dataGridViewData_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
dataGridViewData_CellMouseDoubleClick ( object sender, DataGridViewCellMouseEventArgs e ) : void
dataGridViewData_CellPainting ( object sender, DataGridViewCellPaintingEventArgs e ) : void
dataGridViewData_KeyDown ( object sender, KeyEventArgs e ) : void
textBoxData_KeyDown ( object sender, KeyEventArgs e ) : void
textBoxData_TextChanged ( 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

OnFormClosed() protected méthode

protected OnFormClosed ( FormClosedEventArgs e ) : void
e FormClosedEventArgs
Résultat void

QuickSelector() public méthode

public QuickSelector ( ) : System
Résultat System

ShowDialog() public méthode

public ShowDialog ( IWin32Window parent, QuickSelectorData data, QuickSelectorOptions options ) : DialogResult
parent IWin32Window
data QuickSelectorData
options QuickSelectorOptions
Résultat DialogResult