|
|
|
SftBoxRowHeaders.ClearPictures Method |
Removes the row header images from all items.
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.ClearImages instead
Syntax
VB.NET |
object.ClearPictures() |
||
VB |
object.ClearPictures |
||
C#.NET |
void object.ClearPictures(); |
||
VC++ |
HRESULT object->ClearPictures(); |
||
C |
HRESULT object->raw_ClearPictures(); |
||
Delphi |
procedure object.ClearPictures(); |
object
A SftBoxRowHeaders object.
Comments
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.ClearImages instead
The ClearPictures 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.