What do you mean by a "register"?
If you want to prevent operation of certain controls, create a property node, select property [disabled] and wire a value to it. Programmatically change the input as needed, choices are:
0: enabled
1: disabled
2: disabled and grayed out.
1&2 will prevent changing the control.