Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SymbolButtonInfo Class / Symbol Property


In This Topic
    Symbol Property (SymbolButtonInfo)
    In This Topic
    Gets or sets the symbol to be drawn.
    Syntax
    'Declaration
     
    
    Public Property Symbol As Symbols
    'Usage
     
    
    Dim instance As SymbolButtonInfo
    Dim value As Symbols
     
    instance.Symbol = value
     
    value = instance.Symbol
    public Symbols Symbol {get; set;}

    Property Value

    A Symbols object that indicates the symbol to be drawn.
    See Also