GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDownInfo Class / ComboDropDownInfo Constructor
The information.
The context.


In This Topic
ComboDropDownInfo Constructor
In This Topic
Initializes a new instance of this 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 ComboDropDownInfo(info, context)

Parameters

info
The information.
context
The context.
See Also