C# Класс SIL.FieldWorks.TE.TeEditorialChecks.CheckGridStatusColumn

A specialized ImageColumn that deals with zooming the image
Наследование: System.Windows.Forms.DataGridViewImageColumn
Показать файл Открыть проект Примеры использования класса

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