Click or drag to resize
BindingGroupEnabled Property
Tells you if the Group of this Binding is enabled. If the Group is not yet set, it returns false

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

Property Value

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