|
|
|
SftTreeItem.ClearCellImages Method |
Removes the cell images from this item.
Syntax
VB.NET |
object.ClearCellImages() |
||
VB |
object.ClearCellImages |
||
C#.NET |
void object.ClearCellImages(); |
||
VC++ |
HRESULT object->ClearCellImages(); |
||
C |
HRESULT object->raw_ClearCellImages(); |
||
Delphi |
procedure object.ClearCellImages(); |
object
A SftTreeItem object.
Comments
The ClearCellImages method removes the cell images from this item.
Cells are otherwise unaffected. Their text, color and other properties remain unchanged. Individual cell graphics can be added or removed using the Cell.Image property.
The Items.ClearCellImages method can be used to remove the cell images from all items.
See Also SftTreeItem Object | Object Hierarchy