C# Class NanoTimeTracker.FrameworkClassReplacements.DataGridViewWithRowContextMenu

Inheritance: System.Windows.Forms.DataGridView
Afficher le fichier Open project: TaoK/NanoTimeTracker

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DataGridViewWithRowContextMenu ( ) : System

Méthodes protégées

Méthode Description
OnCellContextMenuStripNeeded ( System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e ) : void
OnCellMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void

Method Details

DataGridViewWithRowContextMenu() public méthode

public DataGridViewWithRowContextMenu ( ) : System
Résultat System

OnCellContextMenuStripNeeded() protected méthode

protected OnCellContextMenuStripNeeded ( System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs
Résultat void

OnCellMouseDown() protected méthode

protected OnCellMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
Résultat void

OnPreviewKeyDown() protected méthode

protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e System.Windows.Forms.PreviewKeyDownEventArgs
Résultat void