C1.Win.8 Assembly / C1.Framework Namespace / PathIconElement Class / PathIconElement Constructor / PathIconElement Constructor(C1PathIcon)
The icon to show.

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

Parameters

icon
The icon to show.
See Also