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