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

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

    Parameters

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