Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / ForeColor Property


In This Topic
    ForeColor Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property ForeColor As Color
    'Usage
     
    
    Dim instance As IElement
    Dim value As Color
     
    instance.ForeColor = value
     
    value = instance.ForeColor
    Color ForeColor {get; set;}
    See Also