Version

GetImage Method

Returns the image property as an image. If it was set as an index into an imagelist control it will return the image at that index. If the image property was set to an image it will return that image.
Syntax
'Declaration
 
Public Function GetImage( _
   ByVal image As Object _
) As Image
public Image GetImage( 
   object image
)

Parameters

image
The image to be resolved
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also