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