[]
Initializes a new instance of the C1Icon class.
protected C1Icon()
Initializes a new instance of the C1Icon class.
protected C1Icon(string key)
| Type | Name | Description |
|---|---|---|
| string | key | String used as a key to retrieve the image. |
Initializes a new instance of the C1Icon class with specified key, size and color.
protected C1Icon(string key, Size size, Color color)
| 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. |
Initializes a new instance of the C1Icon class with specified key, size and color.
protected C1Icon(string key, Size size, Color color, Color backColor)
| 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. |
| Color | backColor | The icon's background color. |