ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / PathIconElement Class / PathIconElement Constructor / PathIconElement Constructor(C1PathIcon,Style)
The icon to show.
The style of this IconElement.

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

    Parameters

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