BindingGroupEnabled Property |
Tells you if the Group of this Binding is enabled. If the Group is not yet set, it returns false
Namespace: Codolith.InputManagerAssembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax public bool GroupEnabled { get; }
Property Value
Type:
Booleantrue if group enabled; otherwise,
false.
See Also