Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / ComboBoxCellType Constructor / ComboBoxCellType Constructor(SerializationInfo,StreamingContext)


In This Topic
ComboBoxCellType Constructor(SerializationInfo,StreamingContext)
In This Topic
Creates a new combo box cell from serialization.
Syntax
'Declaration
 
Public Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
 
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New ComboBoxCellType(info, context)

Parameters

info
context
See Also