InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / C1BitmapIcon Class / C1BitmapIcon Constructor / C1BitmapIcon Constructor(String,Size,Color,Object,Int32)
String used as a key to retrieve the image.
The icon size.
Indicates the icon color.
The image list which should be used to retrieve the image.
The index of image in the image list.

In This Topic
    C1BitmapIcon Constructor(String,Size,Color,Object,Int32)
    In This Topic
    Initializes a new instance of the C1BitmapIcon class with specified key, size and color.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As String, _
       ByVal size As Size, _
       ByVal color As Color, _
       ByVal imageList As Object, _
       ByVal imageIndex As Integer _
    )
    public C1BitmapIcon( 
       string key,
       Size size,
       Color color,
       object imageList,
       int imageIndex
    )

    Parameters

    key
    String used as a key to retrieve the image.
    size
    The icon size.
    color
    Indicates the icon color.
    imageList
    The image list which should be used to retrieve the image.
    imageIndex
    The index of image in the image list.
    See Also