Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
QuickSelector ( ) : System | ||
ShowDialog ( IWin32Window parent, QuickSelectorData data, |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnFormClosed ( FormClosedEventArgs e ) : void |
Метод | Описание | |
---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected OnFormClosed ( FormClosedEventArgs e ) : void | ||
e | FormClosedEventArgs | |
Результат | void |
public ShowDialog ( IWin32Window parent, QuickSelectorData data, |
||
parent | IWin32Window | |
data | QuickSelectorData | |
options | ||
Результат | DialogResult |