Click or drag to resize
BindingThisEnabled Property
Determines if this Binding is enabled

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

Property Value

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