C# 클래스 NClass.AssemblyImport.Controls.DataGridViewImageComboBoxEditingControl

상속: ImageComboBox, IDataGridViewEditingControl
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
ApplyCellStyleToEditingControl ( System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void

Changes the control's user interface (UI) to be consistent with the specified cell style.

EditingControlWantsInputKey ( Keys keyData, bool dataGridViewWantsInputKey ) : bool

Determines whether the specified key is a regular input key that the editing control should process or a special key that the T:System.Windows.Forms.DataGridView should process.

GetEditingControlFormattedValue ( DataGridViewDataErrorContexts context ) : object

Retrieves the formatted value of the cell.

PrepareEditingControlForEdit ( bool selectAll ) : void

Prepares the currently selected cell for editing.

보호된 메소드들

메소드 설명
OnSelectedIndexChanged ( EventArgs e ) : void

Raises the E:System.Windows.Forms.ComboBox.SelectedIndexChanged event.

메소드 상세

ApplyCellStyleToEditingControl() 공개 메소드

Changes the control's user interface (UI) to be consistent with the specified cell style.
public ApplyCellStyleToEditingControl ( System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void
dataGridViewCellStyle System.Windows.Forms.DataGridViewCellStyle The to use as the model for the UI.
리턴 void

EditingControlWantsInputKey() 공개 메소드

Determines whether the specified key is a regular input key that the editing control should process or a special key that the T:System.Windows.Forms.DataGridView should process.
public EditingControlWantsInputKey ( Keys keyData, bool dataGridViewWantsInputKey ) : bool
keyData Keys A that represents the key that was pressed.
dataGridViewWantsInputKey bool true when the wants to process the in ; otherwise, false.
리턴 bool

GetEditingControlFormattedValue() 공개 메소드

Retrieves the formatted value of the cell.
public GetEditingControlFormattedValue ( DataGridViewDataErrorContexts context ) : object
context DataGridViewDataErrorContexts A bitwise combination of values that specifies the context in which the data is needed.
리턴 object

OnSelectedIndexChanged() 보호된 메소드

Raises the E:System.Windows.Forms.ComboBox.SelectedIndexChanged event.
protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

PrepareEditingControlForEdit() 공개 메소드

Prepares the currently selected cell for editing.
public PrepareEditingControlForEdit ( bool selectAll ) : void
selectAll bool true to select all of the cell's content; otherwise, false.
리턴 void