C# 클래스 SIL.FieldWorks.TE.TeEditorialChecks.CheckGridStatusColumn

A specialized ImageColumn that deals with zooming the image
상속: System.Windows.Forms.DataGridViewImageColumn
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckGridStatusColumn ( ) : System.ComponentModel

Initializes a new instance of the CheckGridStatusColumn class.

CheckGridStatusColumn ( bool valuesAreIcons ) : System.ComponentModel

Initializes a new instance of the CheckGridStatusColumn class.

Clone ( ) : object

메소드 상세

CheckGridStatusColumn() 공개 메소드

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

CheckGridStatusColumn() 공개 메소드

Initializes a new instance of the CheckGridStatusColumn class.
public CheckGridStatusColumn ( bool valuesAreIcons ) : System.ComponentModel
valuesAreIcons bool true to indicate that the /// property of cells in /// this column will be set to values of type ; /// false to indicate that they will be set to values of type /// .
리턴 System.ComponentModel

Clone() 공개 메소드

public Clone ( ) : object
리턴 object