Tagged Questions
1
vote
1answer
541 views
How to add a Toolpart in a CustomPropertyToolPart?
In a Webpart I have some customs properties. For the strings, booleans and enums, is all ok, but I have a problem with the selects (comboboxes).
To use a select I needed to create a Toolpart that ...