Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SymbolButton Class / Symbol Property


In This Topic
    Symbol Property (SymbolButton)
    In This Topic
    Gets or sets the symbol to be drawn.
    Syntax
    'Declaration
     
    
    Public Property Symbol As Symbols
    'Usage
     
    
    Dim instance As SymbolButton
    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