Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / foreColor Field


In This Topic
    foreColor Field (FpButtonPaintArgs)
    In This Topic
    Text color for the button.
    Syntax
    'Declaration
     
    
    Public foreColor As Color
    'Usage
     
    
    Dim instance As FpButtonPaintArgs
    Dim value As Color
     
    value = instance.foreColor
     
    instance.foreColor = value
    public Color foreColor
    See Also