[Visual
Basic] imagekitcontrolname.Refresh
[Visual
C++] imagekitcontrolname.Refresh()
Parameters
None
Return Value
None
Explanation
The Refresh method is used to redisplay an image in the ImageKit Control. If the image currently being displayed has been changed in some way either by executing another method or by editing the image, these changes will not appear in the ImageKit Control until the image is redisplayed by executing the Refresh method.
In Visual Basic.NET or Visual C#.NET, please use CtlRefresh instead of Refresh.