C# Class SIL.FieldWorks.TE.TeEditorialChecks.CheckGridStatusColumn

A specialized ImageColumn that deals with zooming the image
Inheritance: System.Windows.Forms.DataGridViewImageColumn
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

CheckGridStatusColumn() public méthode

Initializes a new instance of the CheckGridStatusColumn class.
public CheckGridStatusColumn ( ) : System.ComponentModel
Résultat System.ComponentModel

CheckGridStatusColumn() public méthode

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 /// .
Résultat System.ComponentModel

Clone() public méthode

public Clone ( ) : object
Résultat object