Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / Window Field


In This Topic
    Window Field
    In This Topic
    Represents a color that is the color of window background. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Window As Color
    'Usage
     
    
    Dim value As Color
     
    value = Color.Window
    public static readonly Color Window
    See Also