[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ButtonCellType.-ctor

ButtonCellType Constructor

ButtonCellType()

Creates a new button cell with default settings.

Declaration
public ButtonCellType()
Public Sub New()

ButtonCellType(ButtonCellType)

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

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

Specified button cell type from which to copy

ButtonCellType(SerializationInfo, StreamingContext)

Creates a new button cell from serialization.

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