﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Help with ThemedLinkMenu</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 03:38:08 GMT</lastBuildDate><ttl>20</ttl><item><title>Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23952.aspx</link><description>Hi&lt;br&gt;
&lt;br&gt;
I'm trying to find a way to start the presentation of a &lt;br&gt;
&lt;br&gt;
[b]MicroFour.StrataFrame.UI.Windows.Forms.ThemedLinkMenu[/b]&lt;br&gt;
&lt;br&gt;
Open in the first item showing the items inside it.&lt;br&gt;
&lt;br&gt;
I attach to pictures showing what I want &lt;br&gt;
&lt;br&gt;
Thanks in advanced&lt;br&gt;</description><pubDate>Wed, 29 Jul 2009 16:36:12 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23990.aspx</link><description>Excellent, Thanks</description><pubDate>Wed, 29 Jul 2009 16:36:12 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23970.aspx</link><description>Actually you will be far better off if you set the active menu item versus forcing a click.&lt;br&gt;
&lt;br&gt;
[codesnippet][b]C#[/b]&lt;br&gt;
this.MyThemedLinkMenu.SetActiveItem(0);[/codesnippet]&lt;br&gt;
&lt;br&gt;
or&lt;br&gt;
&lt;br&gt;
[codesnippet][b]VB.NET[/b]&lt;br&gt;
Me.MyThemedLinkMenu.SetActiveItem(0)[/codesnippet]&lt;br&gt;
&lt;br&gt;
You can also do it by item which would look something like this:&lt;br&gt;
&lt;br&gt;
[codesnippet][b]C#[/b]&lt;br&gt;
this.MyThemedLinkMenu.SetActiveItem(MyThemedLinkMenu.ItemCollection["MyKey"]);[/codesnippet]&lt;br&gt;
&lt;br&gt;
or&lt;br&gt;
&lt;br&gt;
[codesnippet][b]VB.NET[/b]&lt;br&gt;
Me.MyThemedLinkMenu.SetActiveItem(MyThemedLinkMenu.ItemCollection("MyKey"))[/codesnippet]</description><pubDate>Wed, 29 Jul 2009 14:55:28 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23966.aspx</link><description>I found it, sorry for your time&lt;br&gt;
&lt;br&gt;
I put in the form.load this &lt;br&gt;
&lt;br&gt;
[b]MenuPanel.ClickItem("100") [/b]&lt;br&gt;
&lt;br&gt;
The "100" is the key of the first Item&lt;br&gt;
&lt;br&gt;
Thanks for all</description><pubDate>Wed, 29 Jul 2009 14:14:57 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23965.aspx</link><description>I did something Wrong ?</description><pubDate>Wed, 29 Jul 2009 13:12:15 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23960.aspx</link><description>If you want I can send you a video.&lt;br&gt;
&lt;br&gt;
Thanks a Lot&lt;br&gt;
&lt;br&gt;</description><pubDate>Wed, 29 Jul 2009 11:15:10 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23958.aspx</link><description>The first image is close (default ), the second one if you see is open and I can see the sub-links inside it, but I want that start open when I run the program.&lt;br&gt;
&lt;br&gt;
Thanks &lt;br&gt;</description><pubDate>Wed, 29 Jul 2009 11:02:02 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23957.aspx</link><description>OK, so what is it you are trying to accomplish?  Sorry, I can be a little slow sometimes. :)</description><pubDate>Wed, 29 Jul 2009 10:59:24 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23956.aspx</link><description>Thanks ...</description><pubDate>Wed, 29 Jul 2009 10:58:13 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23955.aspx</link><description>There is an attachments section at the bottom when posting a topic.  Just add them as attachments.</description><pubDate>Wed, 29 Jul 2009 10:55:07 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23954.aspx</link><description>The pictures = I dont Know how to up pictures.&lt;br&gt;
&lt;br&gt;</description><pubDate>Wed, 29 Jul 2009 10:53:34 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: Help with ThemedLinkMenu</title><link>http://forum.strataframe.net/FindPost23953.aspx</link><description>Are you referring to Sub-Items for a link menu item?  If so, what is your question?  Just FYI, there were no pictures attached.</description><pubDate>Wed, 29 Jul 2009 10:49:53 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>