C# 클래스 ImageGlass.ImageListView.ImageListView.ImageListViewColumnHeader

상속: ICloneable
파일 보기 프로젝트 열기: d2phap/ImageGlass 1 사용 예제들

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