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

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

    Parameters

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