Hi experts,
I'd like to have StateButtonTool act like PopupMenuTool, but I cannot find any way to do it. Please help! (I put the button in ribbon group)
If I use PopupMenuTool, I can insert sub items by PopupMenuTool.tools.insertTool(subitem). But StateButtonTool doesn't provide tools collection... How can I insert a child StateButtonTool into a father StateButtonTool, so that the father StateButtonTool has a down arrow, click the arrow shows the child StateButtonTool. And the father StateButtonTool itself is a StateButtonTool.
It's difficult for me. Please help!
thanks. mark as answer.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this matter?
Thank you for using Infragistics Components.
Hello,
PopupMenuTool can be determined to act as StateButton if you set its DropDownArrowStyle to SegmentedSateButton, more information you will find on the following link of our online documentation:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.UltraWinToolbars.v12.2~Infragistics.Win.UltraWinToolbars.PopupToolBase~DropDownArrowStyle.html
Please let me know if you have any further questions.