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

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

Private Properties

Property Type Description

Public Methods

Method 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 method

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

CheckGridStatusColumn() public method

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 /// .
return System.ComponentModel

Clone() public method

public Clone ( ) : object
return object