InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / CompositeIconElement Class / CompositeIconElement Constructor / CompositeIconElement Constructor(C1CompositeIcon)
The icon to show.

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

    Parameters

    icon
    The icon to show.
    See Also