[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ProgressCellType.-ctor

ProgressCellType Constructor

ProgressCellType()

Creates a new progress indicator cell with default settings.

Declaration
public ProgressCellType()
Public Sub New()

ProgressCellType(ProgressCellType)

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

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

Specified progress indicator cell type from which to copy

ProgressCellType(SerializationInfo, StreamingContext)

Creates a new progress indicator cell from serialization.

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