InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BitmapIconElement Class / BitmapIconElement Constructor / BitmapIconElement Constructor(String)
String used as a key to retrieve the image.

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

    Parameters

    key
    String used as a key to retrieve the image.
    See Also