Hi,Here are the steps I have taken
From the vsto toolbox, I added the actipro control via the actipro DLL, then
I created a new project windows form (.net framwork) and tested it with some objects (barcommandlistbox, statusbar, color palette, fontdropdownlist) then I experimented through events (click -> set backcolor, ...) and it seems they worked. however when working with text properties it didn't work.
example barcommandlistbox.items.add ("string")
or statusbar.text = "..."
are not displayed
Even when I went to the barcommandlistbox -> properties / items-collection / add string manually, it did not show up.
You can check it again. I think it is compatible and can extend the number of actipro control toolbox for winforms