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


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