Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ColorPicker Class / ForeColor Property


In This Topic
    ForeColor Property (ColorPicker)
    In This Topic
    Gets or sets the text (foreground) color of the color picker.
    Syntax
    'Declaration
     
    
    Public Overrides Property ForeColor As Color
    'Usage
     
    
    Dim instance As ColorPicker
    Dim value As Color
     
    instance.ForeColor = value
     
    value = instance.ForeColor
    public override Color ForeColor {get; set;}
    See Also