C# Class GKeyBank.UI.kDataGridView

Inheritance: System.Windows.Forms.DataGridView
Afficher le fichier Open project: Alfred-Wallace/GKeyBank

Méthodes publiques

Свойство Type Description
GridCtxMenu System.Windows.Forms.ContextMenuStrip
TsmCopy System.Windows.Forms.ToolStripMenuItem

Méthodes publiques

Méthode Description
ThemeRefresh ( ) : void
kDataGridView ( ) : System

Méthodes protégées

Méthode Description
OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnSelectionChanged ( EventArgs e ) : void

Private Methods

Méthode Description
CopySelection ( ) : void
TsmCopy_Click ( object sender, EventArgs e ) : void

Method Details

OnCellPainting() protected méthode

protected OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellPaintingEventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnKeyPress() protected méthode

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnSelectionChanged() protected méthode

protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

ThemeRefresh() public méthode

public ThemeRefresh ( ) : void
Résultat void

kDataGridView() public méthode

public kDataGridView ( ) : System
Résultat System

Property Details

GridCtxMenu public_oe property

public ContextMenuStrip,System.Windows.Forms GridCtxMenu
Résultat System.Windows.Forms.ContextMenuStrip

TsmCopy public_oe property

public ToolStripMenuItem,System.Windows.Forms TsmCopy
Résultat System.Windows.Forms.ToolStripMenuItem