InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / IconElement Class / CreateElement Method / CreateElement(C1Icon) Method
The icon to show.

In This Topic
    CreateElement(C1Icon) Method
    In This Topic
    Creates the IconElement to show the C1Icon.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateElement( _
       ByVal icon As C1Icon _
    ) As IconElement
    public static IconElement CreateElement( 
       C1Icon icon
    )

    Parameters

    icon
    The icon to show.
    See Also