|
|
|
|
|
SftBoxRowHeaders.ClearImages Method |
Removes the row header images from all items.
Syntax
|
VB.NET |
object.ClearImages() |
||
|
VB |
object.ClearImages |
||
|
C#.NET |
void object.ClearImages(); |
||
|
VC++ |
HRESULT object->ClearImages(); |
||
|
C |
HRESULT object->raw_ClearImages(); |
||
|
Delphi |
procedure object.ClearImages(); |
object
A SftBoxRowHeaders object.
Comments
The ClearImages method removes the row header images from all items.
Row headers are otherwise unaffected. Their text, color and other properties remain unchanged. Individual row header graphics can be added or removed using the Item.RowHeader.Image property.