ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Element Class / GetBitmapResource Method
Name of the embedded resource that contains the bitmap.

In This Topic
    GetBitmapResource Method (Element)
    In This Topic
    Gets a System.Drawing.Bitmap from the application's embedded resources.
    Syntax
    'Declaration
     
    Public Shared Function GetBitmapResource( _
       ByVal name As System.String _
    ) As System.Drawing.Bitmap
    public static System.Drawing.Bitmap GetBitmapResource( 
       System.string name
    )

    Parameters

    name
    Name of the embedded resource that contains the bitmap.

    Return Value

    A System.Drawing.Bitmap stored with the given name, or null if the image could not be found.
    See Also