[]
Initializes a new instance of the CompositeIconElement class.
public CompositeIconElement()
Public Sub New()
Initializes a new instance of the CompositeIconElement class.
public CompositeIconElement(C1CompositeIcon icon)
Public Sub New(icon As C1CompositeIcon)
| Type | Name | Description |
|---|---|---|
| C1CompositeIcon | icon | The icon to show. |
Initializes a new instance of the CompositeIconElement class.
public CompositeIconElement(C1CompositeIcon icon, Style style)
Public Sub New(icon As C1CompositeIcon, style As Style)
| Type | Name | Description |
|---|---|---|
| C1CompositeIcon | icon | The icon to show. |
| Style | style | The style of this IconElement. |