Hi Jeff,
At the previous post I didn't understand you correctly.
Based on the description you gave I assume that you want to share the same command context for command and button.
Unfortunately, it is not possible to be done so straight forward as you described.
The reason is that NButton properties doesn't match to the NCommand.Properties so they cannot share the same NCommandProperties.
You should do it manually by setting each property separately.
Regards,
Angel.