[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.-ctor

MultiColumnComboBoxCellType Constructor

MultiColumnComboBoxCellType()

Creates a new multiple-column combo box cell with default settings.

Declaration
public MultiColumnComboBoxCellType()
Public Sub New()

MultiColumnComboBoxCellType(MultiColumnComboBoxCellType)

Creates a new copy from the specified cell type ("Copy constructor").

Declaration
public MultiColumnComboBoxCellType(MultiColumnComboBoxCellType g)
Public Sub New(g As MultiColumnComboBoxCellType)
Parameters
Type Name Description
MultiColumnComboBoxCellType g

Specified multiple-column combo box cell type from which to copy

MultiColumnComboBoxCellType(SerializationInfo, StreamingContext)

Creates a new multiple-column combo box cell from serialization.

Declaration
protected MultiColumnComboBoxCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context