C# 클래스 SuperPutty.Gui.QuickSelector

파일 보기 프로젝트 열기: sepich/superputty 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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, QuickSelectorOptions options ) : DialogResult

보호된 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

OnFormClosed() 보호된 메소드

protected OnFormClosed ( FormClosedEventArgs e ) : void
e FormClosedEventArgs
리턴 void

QuickSelector() 공개 메소드

public QuickSelector ( ) : System
리턴 System

ShowDialog() 공개 메소드

public ShowDialog ( IWin32Window parent, QuickSelectorData data, QuickSelectorOptions options ) : DialogResult
parent IWin32Window
data QuickSelectorData
options QuickSelectorOptions
리턴 DialogResult