GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxCellType Class / GcTextBoxCellType Constructor / GcTextBoxCellType Constructor(SerializationInfo,StreamingContext)
The information.
The context.


In This Topic
GcTextBoxCellType Constructor(SerializationInfo,StreamingContext)
In This Topic
Initializes a new instance of the GcTextBoxCellType class.
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
 
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New GcTextBoxCellType(info, context)

Parameters

info
The information.
context
The context.
See Also