C# Класс OKHOSTING.UI.Net4.WinForms.Controls.Layout.Grid

Наследование: System.Windows.Forms.TableLayoutPanel, IGrid
Показать файл Открыть проект

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