Input for WinForms | ComponentOne
C1.Framework Namespace / PathIconElement Class / PathIconElement Constructor / PathIconElement Constructor(C1PathIcon)
The icon to show.

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

    Parameters

    icon
    The icon to show.
    See Also