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

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

    Parameters

    icon
    The icon to show.
    See Also