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