Hi, team
I'm new with IG tools, and I have a question about the toolbars control.
I want to implement the menu with toolbars control, and in the menu, there would be more than one tab,and within every tab there are more than one option(button click function, I guess).
So does WinToolbars can do that? How to implement this?
Thanks for your concern.
menu button | | TAB1_button1 | TAB1 TAB1_button2 | TAB1_button3 | | TAB2 TAB2_button1 | … | | TAB3 TAB3_button1 | … | …
Hello,
Based on your latest post it seems to me that you found answers to your questions. Is there anything else that I could help you with ?
Please let me know if you have any further questions.
After I read about this post, I have got what I need, so this is not a question anymore.
http://es.infragistics.com/community/forums/t/765.aspx
Thanks a lot.
Hi, Hristo
Here is another questions, could you please help me with it?
Because the tab data will change after the DataBase's data changed, so I was wondering if there's any kind of event that I could use to refresh(or reload) the tab every time I click the menu button which in the very left place? How could I implement that?
Thanks for helping in the previous question. And I've got the menu that I want, thanks again.
There is one more question. I have added a LabelTool in the toolbar in your sample and set the following properties to the LabelTool.
appearance.FontData.Name = "Arial";
appearance.FontData.SizeInPoints = 16F;
labelTools3.SharedPropsInternal.AppearanceSmall.Appearance = appearance;
labelTools3.SharedPropsInternal.Caption = "Test";
labelTools3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
After all these setting complete, the "Test"'s font size didn't change at all.
Would you please help me with that? Thanks for your concern.
Hello, I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?Thank you for using Infragistics Components.