C# 클래스 NanoTimeTracker.FrameworkClassReplacements.DataGridViewWithRowContextMenu

상속: System.Windows.Forms.DataGridView
파일 보기 프로젝트 열기: TaoK/NanoTimeTracker

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DataGridViewWithRowContextMenu ( ) : System

보호된 메소드들

메소드 설명
OnCellContextMenuStripNeeded ( System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e ) : void
OnCellMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void

메소드 상세

DataGridViewWithRowContextMenu() 공개 메소드

public DataGridViewWithRowContextMenu ( ) : System
리턴 System

OnCellContextMenuStripNeeded() 보호된 메소드

protected OnCellContextMenuStripNeeded ( System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs
리턴 void

OnCellMouseDown() 보호된 메소드

protected OnCellMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
리턴 void

OnPreviewKeyDown() 보호된 메소드

protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e System.Windows.Forms.PreviewKeyDownEventArgs
리턴 void