C1BitmapIcon Constructor(String)
In This Topic
Initializes a new instance of the
C1BitmapIcon class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public C1BitmapIcon(
string
)
Parameters
- key
- String used as a key to retrieve the image.
See Also