InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / CompositeIconElement Class / CompositeIconElement Constructor / CompositeIconElement Constructor(C1CompositeIcon,Style)
The icon to show.
The style of this IconElement.

In This Topic
    CompositeIconElement Constructor(C1CompositeIcon,Style)
    In This Topic
    Initializes a new instance of the CompositeIconElement class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal icon As C1CompositeIcon, _
       ByVal style As Style _
    )
    public CompositeIconElement( 
       C1CompositeIcon icon,
       Style style
    )

    Parameters

    icon
    The icon to show.
    style
    The style of this IconElement.
    See Also