CreateElement(C1Icon,Style) Method
In This Topic
Creates the IconElement to show the C1Icon.
Syntax
'Declaration
Public Overloads Shared Function CreateElement( _
ByVal As C1Icon, _
ByVal As Style _
) As IconElement
public static IconElement CreateElement(
C1Icon ,
Style
)
Parameters
- icon
- The icon to show.
- style
- The style of this IconElement.
See Also