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