Spread Windows Forms 12.0 Product Documentation
Symbol Property (SymbolButtonInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SymbolButtonInfo Class : Symbol Property
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

Reference

SymbolButtonInfo Class
SymbolButtonInfo Members