ComboBoxCell Constructor (Int32) |
Initializes a new instance of the
ComboBoxCell class with the column index to bind.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ComboBoxCell(
int column
)
Public Sub New (
column As Integer
)
new :
column : int -> ComboBoxCell
Parameters
- column
- Type: SystemInt32
Column index to bind to.
See Also