Tab > Tab Assembly Interfaces > ITabImages
The ITabImages interface contains properties and methods of table images collection.
Property name | Description | |
![]() |
Count | The Count property returns the number of images in the collection. |
![]() |
Item | The Item property returns an image. |
Method name | 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: