|
|
|
SftTreeCell Object (ISftTreeCell Interface) |
The SftTreeCell object represents one cell in a SftTree/OCX control. A
SftTreeCell object for a particular cell can be accessed through the Cell
property or through an item's Item.Cell
property. An item is defined by the SftTreeItem
object.
Certain default properties and behavior for cells can be defined using the SftTreeColumn
object.
Property/Method |
Description |
Attaches a content window to the cell. |
|
Defines the cell's background color. |
|
Defines the cell's background color, combined with BackColor creating a gradient fill. |
|
Defines the cell's background gradient fill orientation. |
|
Returns the column index of this cell. |
|
Defines the cell's application specific numeric value. |
|
Defines the cell's application specific object value. |
|
Defines the cell's application specific string value. |
|
Defines the cell's application specific variant value. |
|
Edits the cell. |
|
Defines whether the cell is ignored for cell editing. |
|
Defines the font used for this cell. |
|
Defines the cell's foreground color. |
|
Retrieves the content window attached to the cell. |
|
Returns the coordinates of the cell image. |
|
Returns the coordinates of the cell image. |
|
Returns the coordinates of the cell. |
|
Returns the coordinates of the cell. |
|
Returns the coordinates of the cell text. |
|
Returns the coordinates of the cell text. |
|
Defines whether the cell is ignored for optimal column width and extent calculation. |
|
Defines the graphic displayed in this cell. |
|
Defines the horizontal alignment of the graphic in this cell. |
|
Defines the vertical alignment of the graphic in this cell. |
|
Returns the item index of this cell. |
|
Horizontally and vertically scrolls the cell into view so it is displayed in the tree control's client area. |
|
Defines the progress bar color used for this cell. |
|
Defines the progress bar color used for this cell, combined with ProgressColor creating a gradient fill. |
|
Defines the progress bar's gradient fill orientation. |
|
Defines the cell's progress bar maximum value (0 to turn off). |
|
Defines the progress bar's appearance. |
|
Defines the cell's progress bar value. |
|
Defines the cell's background color when the item is selected. |
|
Defines the cell's background color when the item is selected, combined with SelectBackColor creating a gradient fill. |
|
Defines the cell's foreground color when the item is selected. |
|
Defines the cell's text. |
|
Defines the horizontal alignment of the text in this cell. |
|
Defines the vertical alignment of the text in this cell. |
See Also Object Hierarchy