Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorkbookStateEventArgs Class / ThemeColors Property


In This Topic
    ThemeColors Property
    In This Topic
    Gets or sets a value indicting whether the theme colors are changed.
    Syntax
    'Declaration
     
    
    Public Property ThemeColors As Boolean
    'Usage
     
    
    Dim instance As WorkbookStateEventArgs
    Dim value As Boolean
     
    instance.ThemeColors = value
     
    value = instance.ThemeColors
    public bool ThemeColors {get; set;}
    See Also