C# Class OKHOSTING.UI.Net4.WinForms.Controls.Layout.Grid

Inheritance: System.Windows.Forms.TableLayoutPanel, IGrid
Show file Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description
IGrid IControl
IGrid double
IGrid int
IGrid void
IGrid void
IGrid void

Public Methods

Method Description
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

Protected Methods

Method Description
OnPaint ( System pevent ) : void

Private Methods

Method Description
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

Method Details

OnPaint() protected method

protected OnPaint ( System pevent ) : void
pevent System
return void

RemoveColumn() public method

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
return void

RemoveRow() public method

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
return void