C# 클래스 SharpBelot.DisabledDataGridTexboxColumn

상속: System.Windows.Forms.DataGridTextBoxColumn
파일 보기 프로젝트 열기: NikolayIT/BelotGameEngine

공개 메소드들

메소드 설명
DisabledDataGridTexboxColumn ( ) : System

보호된 메소드들

메소드 설명
Edit ( System.Windows.Forms.CurrencyManager source, int rowNum, System bounds, bool readOnly, string instantText, bool cellIsVisible ) : void

메소드 상세

DisabledDataGridTexboxColumn() 공개 메소드

public DisabledDataGridTexboxColumn ( ) : System
리턴 System

Edit() 보호된 메소드

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
리턴 void