Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / WindowText Field


In This Topic
    WindowText Field
    In This Topic
    Represents a color that is the color of window foreground.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly WindowText As Color
    'Usage
     
    
    Dim value As Color
     
    value = Color.WindowText
    public static readonly Color WindowText
    See Also