This method displays the thumbnail images.
[Visual Basic] [ Boolean
= ]thumbcontrolname.Display
[Visual C++] [
BOOL = ]thumbcontrolname.Display()
Parameters
None
Return Value
Returns True (nonzero) when successful, returns False (0) when not successful.
Explanation
The Display method displays the thumbnail images. To execute this method, it is necessary to first execute the GetFiles method to retrieve the data from the image files that will be displayed as thumbnails. The ColCount and RowCount properties must also be set.