ProgressCell Constructor (Int32) |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ProgressCell(
int column
)
Public Sub New (
column As Integer
)
new :
column : int -> ProgressCell
Parameters
- column
- Type: SystemInt32
Index of the column to bind to.
See Also