RelationBindEnabled Method
Sets an expression that will determine the value of the
Enabled property.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void BindEnabled(
Func<bool> condition
)
Public Sub BindEnabled (
condition As Func(Of Boolean)
)
member BindEnabled :
condition : Func<bool> -> unit
Parameters
- condition FuncBoolean
- The expression that will determine the value of the Enabled property
See the
Enabled property for more details