C# 클래스 FDOBrowser.ClassPropertySelector

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
ClassPropertySelector ( ) : System

Initializes a new instance of the ClassPropertySelector class.

ClassPropertySelector ( ICmObject obj ) : System

Initializes a new instance of the ClassPropertySelector class.

비공개 메소드들

메소드 설명
btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnOK_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnOK control.

cboClass_SelectionChangeCommitted ( object sender, EventArgs e ) : void

Handles the SelectionChangeCommitted event of the cboClass control.

gridProperties_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void

Handles the CellFormatting event of the gridProperties control.

gridProperties_CellPainting ( object sender, DataGridViewCellPaintingEventArgs e ) : void

Handles the CellPainting event of the gridProperties control.

gridProperties_CellValueChanged ( object sender, DataGridViewCellEventArgs e ) : void

Handles the CellValueChanged event of the gridProperties control.

gridProperties_KeyPress ( object sender, KeyPressEventArgs e ) : void

When space is pressed and the current cell in the grid is a property name, then force the check value in the first column to toggle.

메소드 상세

ClassPropertySelector() 공개 메소드

Initializes a new instance of the ClassPropertySelector class.
public ClassPropertySelector ( ) : System
리턴 System

ClassPropertySelector() 공개 메소드

Initializes a new instance of the ClassPropertySelector class.
public ClassPropertySelector ( ICmObject obj ) : System
obj ICmObject
리턴 System