C# Class SharpBelot.DisabledDataGridTexboxColumn

Inheritance: System.Windows.Forms.DataGridTextBoxColumn
Show file Open project: NikolayIT/BelotGameEngine

Public Methods

Method Description
DisabledDataGridTexboxColumn ( ) : System

Protected Methods

Method Description
Edit ( System.Windows.Forms.CurrencyManager source, int rowNum, System bounds, bool readOnly, string instantText, bool cellIsVisible ) : void

Method Details

DisabledDataGridTexboxColumn() public method

public DisabledDataGridTexboxColumn ( ) : System
return System

Edit() protected method

protected Edit ( System.Windows.Forms.CurrencyManager source, int rowNum, System bounds, bool readOnly, string instantText, bool cellIsVisible ) : void
source System.Windows.Forms.CurrencyManager
rowNum int
bounds System
readOnly bool
instantText string
cellIsVisible bool
return void