C# 클래스 ZForge.Controls.XPTable.Models.ControlColumn

상속: Column
파일 보기 프로젝트 열기: zhuangyy/Motion

Private Properties

프로퍼티 타입 설명
Init void
ShouldSerializeControlSize bool

공개 메소드들

메소드 설명
ControlColumn ( ) : System

Creates a new ControlColumn with default values

ControlColumn ( int width ) : System

Creates a new ControlColumn with the specified header width

ControlColumn ( string text, Image image, int width ) : System

Creates a new ControlColumn with the specified header text, image and width

ControlColumn ( string text, int width ) : System

Creates a new ControlColumn with the specified header text and width

CreateDefaultEditor ( ) : ICellEditor

Gets the Column's default CellEditor

CreateDefaultRenderer ( ) : ICellRenderer

Gets the Column's default CellRenderer

GetDefaultEditorName ( ) : string

Gets a string that specifies the name of the Column's default CellEditor

GetDefaultRendererName ( ) : string

Gets a string that specifies the name of the Column's default CellRenderer

비공개 메소드들

메소드 설명
Init ( ) : void

Initializes the ControlColumn with default values

ShouldSerializeControlSize ( ) : bool

Specifies whether the ControlSize property should be serialized at design time

메소드 상세

ControlColumn() 공개 메소드

Creates a new ControlColumn with default values
public ControlColumn ( ) : System
리턴 System

ControlColumn() 공개 메소드

Creates a new ControlColumn with the specified header width
public ControlColumn ( int width ) : System
width int The column's width
리턴 System

ControlColumn() 공개 메소드

Creates a new ControlColumn with the specified header text, image and width
public ControlColumn ( string text, Image image, int width ) : System
text string The text displayed in the column's header
image Image The image displayed on the column's header
width int The column's width
리턴 System

ControlColumn() 공개 메소드

Creates a new ControlColumn with the specified header text and width
public ControlColumn ( string text, int width ) : System
text string The text displayed in the column's header
width int The column's width
리턴 System

CreateDefaultEditor() 공개 메소드

Gets the Column's default CellEditor
public CreateDefaultEditor ( ) : ICellEditor
리턴 ICellEditor

CreateDefaultRenderer() 공개 메소드

Gets the Column's default CellRenderer
public CreateDefaultRenderer ( ) : ICellRenderer
리턴 ICellRenderer

GetDefaultEditorName() 공개 메소드

Gets a string that specifies the name of the Column's default CellEditor
public GetDefaultEditorName ( ) : string
리턴 string

GetDefaultRendererName() 공개 메소드

Gets a string that specifies the name of the Column's default CellRenderer
public GetDefaultRendererName ( ) : string
리턴 string