C# Class ImageGlass.ImageListView.ImageListView.ImageListViewColumnHeader

Inheritance: ICloneable
Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Private Properties

Свойство Type Description
GetDefaultText string

Méthodes publiques

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

Private Methods

Méthode Description
GetDefaultText ( ColumnType type ) : string

Method Details

AutoFit() public méthode

Resizes the width of the column based on the length of the column content.
public AutoFit ( ) : void
Résultat void

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Résultat object

ImageListViewColumnHeader() public méthode

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

ImageListViewColumnHeader() public méthode

Initializes a new instance of the ImageListViewColumnHeader class.
public ImageListViewColumnHeader ( ColumnType type ) : System
type ColumnType The type of data to display in this column.
Résultat System

ImageListViewColumnHeader() public méthode

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

ImageListViewColumnHeader() public méthode

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

ImageListViewColumnHeader() public méthode

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

ImageListViewColumnHeader() public méthode

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

ImageListViewColumnHeader() public méthode

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

ImageListViewColumnHeader() public méthode

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

ResetText() public méthode

Resets the column text to its default value.
public ResetText ( ) : void
Résultat void

ShouldSerializeText() public méthode

Determines if the column text should be serialized.
public ShouldSerializeText ( ) : bool
Résultat bool

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string