Click or drag to resize
BindingEnabled Property
Returns if this Binding will be Updated. returns ThisEnabled && GroupEnabled

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public bool Enabled { get; }

Property Value

Type: Boolean
true if enabled; otherwise, false.
See Also