C# Класс ImageGlass.ImageListView.ImageListView.ImageListViewColumnHeader

Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetDefaultText string

Открытые методы

Метод Описание
AutoFit ( ) : void

Resizes the width of the column based on the length of the column content.

Clone ( ) : object

Creates a new object that is a copy of the current instance.

ImageListViewColumnHeader ( ) : System

Initializes a new instance of the ImageListViewColumnHeader class.

ImageListViewColumnHeader ( ColumnType type ) : System

Initializes a new instance of the ImageListViewColumnHeader class.

ImageListViewColumnHeader ( ColumnType type, int width ) : System

Initializes a new instance of the ImageListViewColumnHeader class.

ImageListViewColumnHeader ( ColumnType type, int width, int displayIndex ) : System

Initializes a new instance of the ImageListViewColumnHeader class.

ImageListViewColumnHeader ( ColumnType type, string text ) : System

Initializes a new instance of the ImageListViewColumnHeader class.

ImageListViewColumnHeader ( ColumnType type, string text, int width ) : System

Initializes a new instance of the ImageListViewColumnHeader class.

ImageListViewColumnHeader ( ColumnType type, string text, int width, int displayIndex ) : System

Initializes a new instance of the ImageListViewColumnHeader class.

ImageListViewColumnHeader ( ColumnType type, string text, int width, int displayIndex, bool visible ) : System

Initializes a new instance of the ImageListViewColumnHeader class.

ResetText ( ) : void

Resets the column text to its default value.

ShouldSerializeText ( ) : bool

Determines if the column text should be serialized.

ToString ( ) : string

Returns a System.String that represents this instance.

Приватные методы

Метод Описание
GetDefaultText ( ColumnType type ) : string

Описание методов

AutoFit() публичный Метод

Resizes the width of the column based on the length of the column content.
public AutoFit ( ) : void
Результат void

Clone() публичный Метод

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Результат object

ImageListViewColumnHeader() публичный Метод

Initializes a new instance of the ImageListViewColumnHeader class.
public ImageListViewColumnHeader ( ) : System
Результат System

ImageListViewColumnHeader() публичный Метод

Initializes a new instance of the ImageListViewColumnHeader class.
public ImageListViewColumnHeader ( ColumnType type ) : System
type ColumnType The type of data to display in this column.
Результат System

ImageListViewColumnHeader() публичный Метод

Initializes a new instance of the ImageListViewColumnHeader class.
public ImageListViewColumnHeader ( ColumnType type, int width ) : System
type ColumnType The type of data to display in this column.
width int Width in pixels of the column header.
Результат System

ImageListViewColumnHeader() публичный Метод

Initializes a new instance of the ImageListViewColumnHeader class.
public ImageListViewColumnHeader ( ColumnType type, int width, int displayIndex ) : System
type ColumnType The type of data to display in this column.
width int Width in pixels of the column header.
displayIndex int Display order of the column.
Результат System

ImageListViewColumnHeader() публичный Метод

Initializes a new instance of the ImageListViewColumnHeader class.
public ImageListViewColumnHeader ( ColumnType type, string text ) : System
type ColumnType The type of data to display in this column.
text string Text of the column header.
Результат System

ImageListViewColumnHeader() публичный Метод

Initializes a new instance of the ImageListViewColumnHeader class.
public ImageListViewColumnHeader ( ColumnType type, string text, int width ) : System
type ColumnType The type of data to display in this column.
text string Text of the column header.
width int Width in pixels of the column header.
Результат System

ImageListViewColumnHeader() публичный Метод

Initializes a new instance of the ImageListViewColumnHeader class.
public ImageListViewColumnHeader ( ColumnType type, string text, int width, int displayIndex ) : System
type ColumnType The type of data to display in this column.
text string Text of the column header.
width int Width in pixels of the column header.
displayIndex int Display order of the column.
Результат System

ImageListViewColumnHeader() публичный Метод

Initializes a new instance of the ImageListViewColumnHeader class.
public ImageListViewColumnHeader ( ColumnType type, string text, int width, int displayIndex, bool visible ) : System
type ColumnType The type of data to display in this column.
text string Text of the column header.
width int Width in pixels of the column header.
displayIndex int Display order of the column.
visible bool Whether the column is initially visible.
Результат System

ResetText() публичный Метод

Resets the column text to its default value.
public ResetText ( ) : void
Результат void

ShouldSerializeText() публичный Метод

Determines if the column text should be serialized.
public ShouldSerializeText ( ) : bool
Результат bool

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string