C# 클래스 OKHOSTING.UI.Net4.WinForms.Controls.Layout.Grid

상속: System.Windows.Forms.TableLayoutPanel, IGrid
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

Private Properties

프로퍼티 타입 설명
IGrid IControl
IGrid double
IGrid int
IGrid void
IGrid void
IGrid void

공개 메소드들

메소드 설명
RemoveColumn ( int columnIndex ) : void

Removes a specific column and moves left all columns on right

RemoveRow ( int rowIndex ) : void

Removes a specific row and moves up all rows below

보호된 메소드들

메소드 설명
OnPaint ( System pevent ) : void

비공개 메소드들

메소드 설명
IGrid ( int row, int column ) : IControl
IGrid ( int column ) : double
IGrid ( IControl content ) : int
IGrid ( int columnSpan, IControl content ) : void
IGrid ( int column, double width ) : void
IGrid ( int row, int column, IControl content ) : void

메소드 상세

OnPaint() 보호된 메소드

protected OnPaint ( System pevent ) : void
pevent System
리턴 void

RemoveColumn() 공개 메소드

Removes a specific column and moves left all columns on right
public RemoveColumn ( int columnIndex ) : void
columnIndex int Zero based index of he column to be deleted
리턴 void

RemoveRow() 공개 메소드

Removes a specific row and moves up all rows below
public RemoveRow ( int rowIndex ) : void
rowIndex int Zero based index of he row to be deleted
리턴 void