Input for WinForms | ComponentOne
C1.Framework Namespace / PolygonIconElement Class / PolygonIconElement Constructor / PolygonIconElement Constructor(String)
String used as a key to retrieve the image.

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

    Parameters

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