Version

GetImage Method (Appearance)

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 Overrides Function GetImage( _
   ByVal imageList As ImageList _
) As Image
public override Image GetImage( 
   ImageList imageList
)

Parameters

imageList
The image list to search

Return Value

The associated Image, or null if none was found.
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