Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / FORE_COLOR_DEFAULT Field


In This Topic
    FORE_COLOR_DEFAULT Field (ElementContainerControl)
    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 = ElementContainerControl.FORE_COLOR_DEFAULT
     
    ElementContainerControl.FORE_COLOR_DEFAULT = value
    protected static Color FORE_COLOR_DEFAULT
    See Also