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


In This Topic
    BACK_COLOR_DEFAULT Field (ElementContainerControl)
    In This Topic
    Represents the default color background for the element, namely SystemColors.Control.
    Syntax
    'Declaration
     
    
    Protected Shared BACK_COLOR_DEFAULT As Color
    'Usage
     
    
    Dim value As Color
     
    value = ElementContainerControl.BACK_COLOR_DEFAULT
     
    ElementContainerControl.BACK_COLOR_DEFAULT = value
    protected static Color BACK_COLOR_DEFAULT
    See Also