C# Class Script_Text_Editor.Controls.DataGridViewEx

Inheritance: KryptonDataGridView
Datei anzeigen Open project: xupefei/Script-Text-Editor

Private Properties

Property Type Description
ClearAllMarks void
ClearCurrentLineMark void
GotoNextMarkedLine void
GotoPrevMarkedLine void
MakeSelectedLineToCenterScreen void
MarkCurrentLine void
Redraw void
SelectNextLine void
SelectPrevLine void

Protected Methods

Method Description
OnRowPostPaint ( System.Windows.Forms.DataGridViewRowPostPaintEventArgs e ) : void
OnSelectionChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
ClearAllMarks ( ) : void
ClearCurrentLineMark ( ) : void
GotoNextMarkedLine ( ) : void
GotoPrevMarkedLine ( ) : void
MakeSelectedLineToCenterScreen ( ) : void
MarkCurrentLine ( ) : void
Redraw ( ) : void
SelectNextLine ( ) : void
SelectPrevLine ( ) : void

Method Details

OnRowPostPaint() protected method

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

OnSelectionChanged() protected method

protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

WndProc() protected method

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