C# 클래스 Cornerstone.GUI.Controls.DBComboBoxCell

상속: System.Windows.Forms.DataGridViewTextBoxCell, IDBFieldBackedControl
파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

공개 메소드들

메소드 설명
InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void
SetCustomChoices ( IEnumerable choices ) : void

비공개 메소드들

메소드 설명
OnFieldChanged ( DatabaseTable obj, DBField field, object value ) : void

메소드 상세

InitializeEditingControl() 공개 메소드

public InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void
rowIndex int
initialFormattedValue object
dataGridViewCellStyle System.Windows.Forms.DataGridViewCellStyle
리턴 void

SetCustomChoices() 공개 메소드

public SetCustomChoices ( IEnumerable choices ) : void
choices IEnumerable
리턴 void