ProgressCell Constructor (String, Boolean) |
Initializes a new instance of the
ProgressCell class with the specified property to bind to.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ProgressCell(
string property,
bool ignoreCase = true
)
Public Sub New (
property As String,
Optional ignoreCase As Boolean = true
)
new :
property : string *
?ignoreCase : bool
(* Defaults:
let _ignoreCase = defaultArg ignoreCase true
*)
-> ProgressCell
Parameters
- property
- Type: SystemString
Property to bind the value of the progress bar to. - ignoreCase (Optional)
- Type: SystemBoolean
True to ignore case for the property, false to be case sensitive. Default is true.
See Also