InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / FontIconElement Class / FontIconElement Constructor / FontIconElement Constructor(C1FontIcon,Style)
The icon to show.
The style of this IconElement.

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

    Parameters

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