Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ColorPicker Class / ColorPicker Constructor / ColorPicker Constructor(Color)
Color


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

    Parameters

    c
    Color
    See Also