Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ColorPicker Class / SetColor Method
Color


In This Topic
    SetColor Method (ColorPicker)
    In This Topic
    Sets the associated check box color and text according to the TextDisplayed property value.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetColor( _
       ByVal c As Color _
    ) 
    'Usage
     
    
    Dim instance As ColorPicker
    Dim c As Color
     
    instance.SetColor(c)
    protected virtual void SetColor( 
       Color c
    )

    Parameters

    c
    Color
    See Also