I have a custom web part in SharePoint 2010. It has a content editor part implemented.Content Editor part has following properties say Choice : choice1,choice2.....choice5 these are checkboxes. Choice is a enum and checkbox collection has been created from this enum that is displayed in editor part.
I am trying to access this web part in an another project and trying to set the "Choice" check boxes but not sure how to do that. Where "Choice" is a webbrowseable property of the custom webpart.
Please let me know if I am not very much clear about the problem.
P.S I am looking for a solution that doesn't need any code changes in my custom web part.
Many thanks
Vivek