Hi all
I would like to have a tool that has a default button and on the right side a DropDown Arrow to open a dropdown menu below the button/dropdownarrow.
I tried to achive it with a Button and a popupmenu (without text) in a group, but it doesn't look very nice. Does anyone have a solution for me.
See the "find" button combination in Word 2010. There is a button with an image and a dropdown menu to choose other options.
Thanks for your help.
Regards,
Michael
Hello Michael,
I believe that you could achieve this with the ControlContainer tool and assign to it an UltraTextEditor with EditorButton and DropDownEditorButton. I made a sample for you so could you please review it (it is attached to this post) and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
Thanks for your reply. What I'm looking for is more like the attached picture.
How can I achive this? I tried to add a popupcontrolcontainertool and add a context menu...but it doesn't work (toplevle problem)...is there an easy way?
thanks for your help.
This could be achieved with a 'PopupMenuTool', you could put inside it some button tools and set its 'DropDownArrowStyle' to Segmented. Please take a look at the attached sample.
Thanks for your help! That's what I was looking for;-)