The ITabImages interface contains properties and methods of table images collection.
Property name | Brief description | |
Count | The Count property returns the number of images in the collection. | |
Item | The Item property returns an image. |
Method name | Brief description | |
Add | The Add method adds an image. | |
AddFromImageList | The AddFromImageList method imports image collection from the ImageList component. | |
Remove | The Remove method removes selected image from collection. | |
RemoveAll | The RemoveAll method clears all the image collection. |
See also: