[]
        
(Showing Draft Content)

C1.Framework.C1Icon.-ctor

C1Icon Constructor

C1Icon()

Initializes a new instance of the C1Icon class.

Declaration
protected C1Icon()
Protected Sub New()

C1Icon(string)

Initializes a new instance of the C1Icon class.

Declaration
protected C1Icon(string key)
Protected Sub New(key As String)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

C1Icon(string, Size, Color)

Initializes a new instance of the C1Icon class with specified key, size and color.

Declaration
protected C1Icon(string key, Size size, Color color)
Protected Sub New(key As String, size As Size, color As Color)
Parameters
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.

C1Icon(string, Size, Color, Color)

Initializes a new instance of the C1Icon class with specified key, size and color.

Declaration
protected C1Icon(string key, Size size, Color color, Color backColor)
Protected Sub New(key As String, size As Size, color As Color, backColor As Color)
Parameters
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.