Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / theme Field


In This Topic
    theme Field (EditBaseCellType)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected theme As VisualStyleTheme
    'Usage
     
    
    Dim instance As EditBaseCellType
    Dim value As VisualStyleTheme
     
    value = instance.theme
     
    instance.theme = value
    protected VisualStyleTheme theme
    See Also