C# 클래스 GKeyBank.UI.kDataGridView

상속: System.Windows.Forms.DataGridView
파일 보기 프로젝트 열기: Alfred-Wallace/GKeyBank

공개 프로퍼티들

프로퍼티 타입 설명
GridCtxMenu System.Windows.Forms.ContextMenuStrip
TsmCopy System.Windows.Forms.ToolStripMenuItem

공개 메소드들

메소드 설명
ThemeRefresh ( ) : void
kDataGridView ( ) : System

보호된 메소드들

메소드 설명
OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnSelectionChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CopySelection ( ) : void
TsmCopy_Click ( object sender, EventArgs e ) : void

메소드 상세

OnCellPainting() 보호된 메소드

protected OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellPaintingEventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnKeyPress() 보호된 메소드

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnSelectionChanged() 보호된 메소드

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

ThemeRefresh() 공개 메소드

public ThemeRefresh ( ) : void
리턴 void

kDataGridView() 공개 메소드

public kDataGridView ( ) : System
리턴 System

프로퍼티 상세

GridCtxMenu 공개적으로 프로퍼티

public ContextMenuStrip,System.Windows.Forms GridCtxMenu
리턴 System.Windows.Forms.ContextMenuStrip

TsmCopy 공개적으로 프로퍼티

public ToolStripMenuItem,System.Windows.Forms TsmCopy
리턴 System.Windows.Forms.ToolStripMenuItem