|
|
|
SftTreeItems.ClearCellImages Method |
Removes the cell images from all items.
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 SftTreeItems object.
Comments
The ClearCellImages method removes the cell images from all items.
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 Item.ClearCellImages method can be used to remove the cell images from one item.
See Also SftTreeItems Object | Object Hierarchy