I have a custom TreeView for which I’d like to hide the ImageList dropdown from the designer tasks popup. Is there any (relatively simple) way to do that?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This will revert to the default Control Designer Verb list which only contains “Dock in Parent Container”.
To add “Edit Nodes…” you’ll need to look into creating your own ControlDesigner-derived class which adds it. Easiest might be using Reflector and copying the TreeViewDesigner functionalities and remove ImageList.