[]
Creates a new multiple-column combo box cell with default settings.
public MultiColumnComboBoxCellType()
Public Sub New()
Creates a new copy from the specified cell type ("Copy constructor").
public MultiColumnComboBoxCellType(MultiColumnComboBoxCellType g)
Public Sub New(g As MultiColumnComboBoxCellType)
Type | Name | Description |
---|---|---|
MultiColumnComboBoxCellType | g | Specified multiple-column combo box cell type from which to copy |
Creates a new multiple-column combo box cell from serialization.
protected MultiColumnComboBoxCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |