C# Class GKeyBank.UI.kDataGridView

Inheritance: System.Windows.Forms.DataGridView
Show file Open project: Alfred-Wallace/GKeyBank

Public Properties

Property Type Description
GridCtxMenu System.Windows.Forms.ContextMenuStrip
TsmCopy System.Windows.Forms.ToolStripMenuItem

Public Methods

Method Description
ThemeRefresh ( ) : void
kDataGridView ( ) : System

Protected Methods

Method 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

Method Description
CopySelection ( ) : void
TsmCopy_Click ( object sender, EventArgs e ) : void

Method Details

OnCellPainting() protected method

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

OnKeyDown() protected method

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

OnKeyPress() protected method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnSelectionChanged() protected method

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

ThemeRefresh() public method

public ThemeRefresh ( ) : void
return void

kDataGridView() public method

public kDataGridView ( ) : System
return System

Property Details

GridCtxMenu public property

public ContextMenuStrip,System.Windows.Forms GridCtxMenu
return System.Windows.Forms.ContextMenuStrip

TsmCopy public property

public ToolStripMenuItem,System.Windows.Forms TsmCopy
return System.Windows.Forms.ToolStripMenuItem