ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ResourceLoader Class / GetImages Method / GetImages(Assembly) Method
An System.Reflection.Assembly to load images from.

In This Topic
    GetImages(Assembly) Method
    In This Topic
    Returns all images from the specified assembly.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetImages( _
       ByVal a As System.Reflection.Assembly _
    ) As System.Collections.IDictionary
    public static System.Collections.IDictionary GetImages( 
       System.Reflection.Assembly a
    )

    Parameters

    a
    An System.Reflection.Assembly to load images from.

    Return Value

    A collection of name/image pairs.
    See Also