This property sets the size of the thumbnail image when it is displayed.
[Visual
Basic] thumbcontrolname.ImageSize [
= Integer ]
[Visual C++] [
short = ]thumbcontrolname.GetImageSize()
thumbcontrolname.SetImageSize(short Val)
thumbcontrolname.SetImageSize(short Val)
Property Value
The size of the thumbnail image in pixels
Default size is 96
Explanation
The ImageSize property sets the size of the thumbnail image when it is displayed. The length or width dimension (whichever is larger) of the original image is set to the size specified in this property and the other dimension is scaled in size.
Note: the available display area of the thumbnail control determines the maximum value of the ImageSize property. Setting the ImageSize property to values larger than the area available to display the thumbnail image will have no effect.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.