[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ListBoxCellType.-ctor

ListBoxCellType Constructor

ListBoxCellType()

Creates a new list box cell with default settings.

Declaration
public ListBoxCellType()
Public Sub New()

ListBoxCellType(ListBoxCellType)

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

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

Specified list box cell type from which to copy

ListBoxCellType(SerializationInfo, StreamingContext)

Creates a new list box cell from serialization.

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