RDTA.PickDP.Extensions.Cell Class

The cell represents a single row column intersection in a DBGrid. See the topic Cells and Subcells for more information.

Public Constructors

New

Constructor. For internal use only.

 

Public Methods

Enter_Cell

For internal use only.

Exit_Cell

For internal use only.

Exit_Grid

For internal use only.

getEditor

For internal use only.

get_Grid

Gets the DBGrid Object where the cell resides.

MemberwiseClone

Returns a copy of the current instance. For internal use only.

set_Focus

Sets the focus to the cell.

set_Grid

For internal use only.

UpdateLabel

For internal use only.

 

Public Properties

Name

Type

Description

BackColor

System.Drawing.Color

Gets or sets the background color of the cell.

CellFont

System.Drawing.Font

Gets or sets the font of the cell.

CellTextAlign

System.Windows.Forms.HorizontalAlignment

Gets or sets the text alignment of the cell.

Col

Integer

Gets or sets the column number of the active cell.

Column

Column

Gets or sets the Column Object where the cell resides.

Editor

System.Windows.Forms.Control

Gets or sets the default editor for the cell.

Row

Integer

Gets or sets the row position of the cell.

SelectedCellColor

System.Drawing.Color

Gets or sets the color of the cell.

Text

String

Gets or sets the text in the cell.

TextColor

System.Drawing.Color

Gets or sets the color of the text in the cell.

UserData

Object

Gets or sets the user-defined data associated with the control.