Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / Mutable Property


In This Topic
    Mutable Property (Theme)
    In This Topic
    Gets a value indicating whether this theme is mutable.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Mutable As Boolean
    'Usage
     
    
    Dim instance As Theme
    Dim value As Boolean
     
    value = instance.Mutable
    public bool Mutable {get;}
    See Also