CellChanged | SimpleGrid.Grid | |
ColumnHeaderChanged | SimpleGrid.Grid | |
components | SimpleGrid.Grid | [protected] |
Crosshairs | SimpleGrid.Grid | |
displayBox() | SimpleGrid.Grid | [protected] |
Dispose(bool disposing) | SimpleGrid.Grid | [protected] |
ensureVisible() | SimpleGrid.Grid | [protected] |
getCellColor(int column, int row) | SimpleGrid.Grid | |
getColumnWidth(int column) | SimpleGrid.Grid | |
getHeader(int column) | SimpleGrid.Grid | |
getHeaderEditable(int column) | SimpleGrid.Grid | |
getIntValue(int column, int row) | SimpleGrid.Grid | |
getMouseOverCol() | SimpleGrid.Grid | |
getRowHeader(int row) | SimpleGrid.Grid | |
getRowHeaderEditable(int row) | SimpleGrid.Grid | |
getText(int column, int row) | SimpleGrid.Grid | |
getValue(int column, int row) | SimpleGrid.Grid | |
Grid() | SimpleGrid.Grid | |
GridSize | SimpleGrid.Grid | |
handleDoubleKeyPress(TextBox box, System.Windows.Forms.KeyPressEventArgs e, bool isSigned) | SimpleGrid.Grid | [static] |
HeaderMode | SimpleGrid.Grid | |
IsInputKey(Keys keyData) | SimpleGrid.Grid | [protected] |
LastSelectedColumn | SimpleGrid.Grid | |
LastSelectedRow | SimpleGrid.Grid | |
M_PAINT_ALL | SimpleGrid.Grid | |
M_PAINT_NO_COLORS | SimpleGrid.Grid | |
Mode | SimpleGrid.Grid | |
MODE_DOUBLE | SimpleGrid.Grid | [static] |
MODE_INT | SimpleGrid.Grid | [static] |
MODE_STRING | SimpleGrid.Grid | [static] |
OnCellChanged(CellEvent e) | SimpleGrid.Grid | [protected, virtual] |
OnColumnHeaderChanged(CellEvent e) | SimpleGrid.Grid | [protected, virtual] |
OnDoubleClick(EventArgs e) | SimpleGrid.Grid | [protected] |
OnMouseDown(MouseEventArgs e) | SimpleGrid.Grid | [protected] |
OnMouseMove(MouseEventArgs e) | SimpleGrid.Grid | [protected] |
OnMouseUp(MouseEventArgs e) | SimpleGrid.Grid | [protected] |
OnPaint(PaintEventArgs e) | SimpleGrid.Grid | [protected] |
OnPaintBackground(PaintEventArgs e) | SimpleGrid.Grid | [protected] |
OnResize(EventArgs e) | SimpleGrid.Grid | [protected] |
OnRowHeaderChanged(CellEvent e) | SimpleGrid.Grid | [protected, virtual] |
OnSelectedRowChanged(EventArgs e) | SimpleGrid.Grid | [protected, virtual] |
paintAllCells(Graphics g) | SimpleGrid.Grid | [protected] |
paintBackground(Graphics g) | SimpleGrid.Grid | [protected] |
paintHeaders(Graphics g) | SimpleGrid.Grid | [protected] |
PaintMode | SimpleGrid.Grid | |
paintSelectCells(Graphics g) | SimpleGrid.Grid | [protected] |
ReadOnly | SimpleGrid.Grid | |
RowHeaderChanged | SimpleGrid.Grid | |
RowHeaderWidth | SimpleGrid.Grid | |
RowHeight | SimpleGrid.Grid | |
SelectedColumn | SimpleGrid.Grid | |
SelectedForeColor | SimpleGrid.Grid | |
SelectedRow | SimpleGrid.Grid | |
SelectedRowChanged | SimpleGrid.Grid | |
SelectedRowColor | SimpleGrid.Grid | |
selectNextCell(int mode) | SimpleGrid.Grid | [protected] |
setAllColumnWidths(int width) | SimpleGrid.Grid | |
setCellColor(int column, int row, Color color) | SimpleGrid.Grid | |
setColumnWidth(int column, int width) | SimpleGrid.Grid | |
setHeader(int column, string header) | SimpleGrid.Grid | |
setHeaderEditable(int column, bool editable) | SimpleGrid.Grid | |
setRowHeader(int row, string rowHeader) | SimpleGrid.Grid | |
setRowHeaderEditable(int column, bool editable) | SimpleGrid.Grid | |
setScrollBars() | SimpleGrid.Grid | |
setValue(int column, int row, float val) | SimpleGrid.Grid | |
setValue(int column, int row, int val) | SimpleGrid.Grid | |
setValue(int column, int row, string val) | SimpleGrid.Grid | |