C1.Win.4.8 Assembly / C1.Framework Namespace / BitmapIconElement Class / BitmapIconElement Constructor / BitmapIconElement Constructor(C1BitmapIcon,Style)
The icon to show.
The style of this IconElement.

In This Topic
BitmapIconElement Constructor(C1BitmapIcon,Style)
In This Topic
Initializes a new instance of the BitmapIconElement class.
Syntax
'Declaration
 
Public Function New( _
   ByVal icon As C1BitmapIcon, _
   ByVal style As Style _
)
 

Parameters

icon
The icon to show.
style
The style of this IconElement.
See Also