Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / FORE_COLOR_DEFAULT Field


In This Topic
    FORE_COLOR_DEFAULT Field (ElementWindowless)
    In This Topic
    Represents the default text color for the element, namely SystemColors.ControlText.
    Syntax
    'Declaration
     
    
    Protected Shared FORE_COLOR_DEFAULT As Color
    'Usage
     
    
    Dim value As Color
     
    value = ElementWindowless.FORE_COLOR_DEFAULT
     
    ElementWindowless.FORE_COLOR_DEFAULT = value
    protected static Color FORE_COLOR_DEFAULT
    See Also