[]
Initializes a new instance of the C1BitmapIcon class.
public C1BitmapIcon()
Public Sub New()
Initializes a new instance of the C1BitmapIcon class.
public C1BitmapIcon(string key)
Public Sub New(key As String)
| Type | Name | Description |
|---|---|---|
| string | key | String used as a key to retrieve the image. |
Initializes a new instance of the C1BitmapIcon class with specified key, size and color.
public C1BitmapIcon(string key, Size size, Color color, Image image)
Public Sub New(key As String, size As Size, color As Color, image As Image)
| Type | Name | Description |
|---|---|---|
| string | key | String used as a key to retrieve the image. |
| Size | size | The icon size. |
| Color | color | Indicates the icon color. |
| Image | image | The image to show. |
Initializes a new instance of the C1BitmapIcon class with specified key, size and color.
public C1BitmapIcon(string key, Size size, Color color, object imageList, int imageIndex)
Public Sub New(key As String, size As Size, color As Color, imageList As Object, imageIndex As Integer)
| Type | Name | Description |
|---|---|---|
| string | key | String used as a key to retrieve the image. |
| Size | size | The icon size. |
| Color | color | Indicates the icon color. |
| object | imageList | The image list which should be used to retrieve the image. |
| int | imageIndex | The index of image in the image list. |