[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ComboBoxCellType.-ctor

ComboBoxCellType Constructor

ComboBoxCellType()

Creates a new combo box cell with default settings.

Declaration
public ComboBoxCellType()
Public Sub New()

ComboBoxCellType(ComboBoxCellType)

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

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

Specified combo box cell type from which to copy

ComboBoxCellType(SerializationInfo, StreamingContext)

Creates a new combo box cell from serialization.

Declaration
public ComboBoxCellType(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context