ColorPicker Constructor(Color)
In This Topic
Creates a color picker with the specified color.
Syntax
'Declaration
Public Function New( _
ByVal As Color _
)
'Usage
Dim c As Color
Dim instance As New ColorPicker(c)
public ColorPicker(
Color
)
Parameters
- c
- Color
See Also