BCGSoft.Controls.Grid Namespace : ImageTextCell Class |
The following tables list the members exposed by ImageTextCell.
Name | Description | |
---|---|---|
![]() | ImageTextCell Constructor |
Name | Description | |
---|---|---|
![]() | m_dataItem | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | m_editableText | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | m_editControl | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | m_grid | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | m_highlighted | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | m_pressed | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | m_redrawContentOnStateChange | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | m_textSize | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | m_truncated | (Inherited from BCGSoft.Controls.Grid.Cell) |
Name | Description | |
---|---|---|
![]() | Bounds | Gets or sets cell bounding rectangle. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | CanOverfloat | Gets or sets the value that indicates whether the cell text content can overfloat sibling cells. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | Column | Gets or sets a reference to GridColumn object where the cell is located. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | ColumnIndex | Gets or sets the value that indicates related column data index. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | ContentRect | Gets the value indicating bounding rectangle of cell content. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | DataItem | Gets or sets the cell's data. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | DontDrawLeftBorder | Internal property used for overfloating algorithms. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | DontDrawRightBorder | Internal property used for overfloating algorithms. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | EditControl | Gets a reference to edit control, which is used to edit cell content. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | EditRect | Bounding rectangle of edit control. (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | ExtraHeight | Gets or sets the value indicating the extra height that should be extracted from cell bounds when calculating ContentRect. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | FullBounds | Gets or sets the value indicating the full bounding rectangle of cell, including surrounding grid lines. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | Highlighted | Gets or sets the value, which indicates whether the cell is highlighted, or not. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | IsColumnCell | Gets the value that indicates the RowIndex is -1 and ColumnIndex is not -1. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | IsEditableText | Gets the value that indicates whether the cell's content can be edited. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | IsLeftMostColumn | Gets or sets the flag that indicates whether the cell is located in leftmost column currently displayed in the Grid area. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | IsMarginCell | Gets the value that indicates whether the cell is a "margin" cell, e.g. located in the selection area. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | Merged | Gets or sets the value that indicates whether the cell is merged. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | Pressed | Gets or sets the value that indicates whether the cell is pressed. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | ReadOnly | Gets the value that indicates whether the cell is read only. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | RedrawContentOnStateChange | Gets the flag which is internally set by various cells to optimize redraw operations of grid. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | Row | Gets or set a reference to row where the cell is located. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | RowIndex | Gets or sets the value specifying the related row index. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | Selected | Gets or sets the value indicating whether the cell is selected or not. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | ShowTooltips | Gets or sets a value that indicates whether to show tooltips when the displayed data is truncated. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | ShowTooltipsAlways | Gets or sets a value that indicates whether to show tooltips always, even the displayed data is not truncated. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | State | Gets or sets current cell state. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | Style | Gets or sets cell's visual style. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | Tag | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | TextSize | Gets the size of cell's text. (Inherited from BCGSoft.Controls.Grid.Cell) |
Name | Description | |
---|---|---|
![]() | CalcContentRect | Calculates the bounding rectangle, which will be used to display the content of cell. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | CalcImageAndTextRect | |
![]() | CalcImageRect | |
![]() | CalcTextLayoutSize | Overridden. |
![]() | CalcTextRect | |
![]() | CreateEditControl | Creates an edit control when the cell should be edited. (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | DataToString | Returns text representation of data to be edited. Called from OnBeginEdit to place this text into edit control. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | Dispose | Overloaded. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | DrawContent | Overloaded. Overridden. Draws non-string data in the specified rectangle. |
![]() | FormatData | Overloaded. Formats the specified object to string. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | GetCurrentEditData | Returns a string that from cell's edit control. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | GetEditData | Overridden. |
![]() | GetFont | Returns current cell font. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | GetForeColor | Returns foreground color of cell text. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | GetImage | |
![]() | GetText | |
![]() | GetTipDescription | Gets tooltip description. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | GetTipImage | Gets tooltip image. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | GetTipText | Gets tooltip title. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | MeasureCell | Calculates cell size. (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | OnBeginEdit | Called when editing begins. (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | OnCellMouseEnter | Called from the Grid control when mouse pointer enters a cell. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | OnCellMouseLeave | Called from the Grid control when mouse leaves a cell. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | OnEndEdit | Called when editing has finished. (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | OnMouseDoubleClick | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | OnMouseDown | Called from the Grid control when the user clicks left mouse button. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | OnMouseMove | Called from the Grid control when mouse pointer is moved over cell content. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | OnMouseUp | Called from the Grid control when the user releases left mouse button over a cell. (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | SetupBaseEditProperties | Sets up basic edit control properties. (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | SetupEditProperties | Sets up edit properties. (Inherited from BCGSoft.Controls.Grid.TextCell) |
Name | Description | |
---|---|---|
![]() | CheckMouseOverContentState | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | OnEditKeyDown | (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | OnEditKeyPress | (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | OnEditMouseDown | (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | OnEditMouseUp | (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | OnEditMouseWheel | (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | OnEditTextChanged | (Inherited from BCGSoft.Controls.Grid.TextCell) |
![]() | OnHighlightChanged | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | OnPressedChanged | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | OverfloatData | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | RedrawContent | (Inherited from BCGSoft.Controls.Grid.Cell) |
![]() | SetupEvents | (Inherited from BCGSoft.Controls.Grid.TextCell) |