C# 클래스 Script_Text_Editor.Controls.DataGridViewEx

상속: KryptonDataGridView
파일 보기 프로젝트 열기: xupefei/Script-Text-Editor

Private Properties

프로퍼티 타입 설명
ClearAllMarks void
ClearCurrentLineMark void
GotoNextMarkedLine void
GotoPrevMarkedLine void
MakeSelectedLineToCenterScreen void
MarkCurrentLine void
Redraw void
SelectNextLine void
SelectPrevLine void

보호된 메소드들

메소드 설명
OnRowPostPaint ( System.Windows.Forms.DataGridViewRowPostPaintEventArgs e ) : void
OnSelectionChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
ClearAllMarks ( ) : void
ClearCurrentLineMark ( ) : void
GotoNextMarkedLine ( ) : void
GotoPrevMarkedLine ( ) : void
MakeSelectedLineToCenterScreen ( ) : void
MarkCurrentLine ( ) : void
Redraw ( ) : void
SelectNextLine ( ) : void
SelectPrevLine ( ) : void

메소드 상세

OnRowPostPaint() 보호된 메소드

protected OnRowPostPaint ( System.Windows.Forms.DataGridViewRowPostPaintEventArgs e ) : void
e System.Windows.Forms.DataGridViewRowPostPaintEventArgs
리턴 void

OnSelectionChanged() 보호된 메소드

protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void