Spread Windows Forms 7.0 Product Documentation
SymbolDialog Constructor(FpSpread,Int32)
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > SymbolDialog Class > SymbolDialog Constructor : SymbolDialog Constructor(FpSpread,Int32)


spread
spread object
symbol
symbol index

Glossary Item Box

Create a new SymbolDialog.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal spread As FpSpread, _
   ByVal symbol As Integer _
)
Visual Basic (Usage)Copy Code
Dim spread As FpSpread
Dim symbol As Integer
 
Dim instance As New SymbolDialog(spread, symbol)
C# 
public SymbolDialog( 
   FpSpread spread,
   int symbol
)

Parameters

spread
spread object
symbol
symbol index

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.