C# Class SharpBelot.DisabledDataGridTexboxColumn

Inheritance: System.Windows.Forms.DataGridTextBoxColumn
Afficher le fichier Open project: NikolayIT/BelotGameEngine

Méthodes publiques

Méthode Description
DisabledDataGridTexboxColumn ( ) : System

Méthodes protégées

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

Method Details

DisabledDataGridTexboxColumn() public méthode

public DisabledDataGridTexboxColumn ( ) : System
Résultat System

Edit() protected méthode

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
Résultat void