PathIconElement Constructor(C1PathIcon,Style)
In This Topic
Initializes a new instance of the PathIconElement class.
Syntax
'Declaration
Public Function New( _
ByVal As C1PathIcon, _
ByVal As Style _
)
public PathIconElement(
C1PathIcon ,
Style
)
Parameters
- icon
- The icon to show.
- style
- The style of this IconElement.
See Also