Well, I've looked around in the docs and it seems there is no property to enable/disable a button in a PlusWnd, but I thought it must be possible using SendControlMessage() or even Interop.Call(). I tried the former, using the message 0xA (WM_ENABLE) but it's apparently only for windows. So is there a way to disable and enable buttons in the interfaces?
Thanks