CompositeIconElement Constructor(C1CompositeIcon,Style)
In This Topic
Initializes a new instance of the CompositeIconElement class.
Syntax
'Declaration
Public Function New( _
ByVal As C1CompositeIcon, _
ByVal As Style _
)
public CompositeIconElement(
C1CompositeIcon ,
Style
)
Parameters
- icon
- The icon to show.
- style
- The style of this IconElement.
See Also