﻿<?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?)  » ThemedToolStrip</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 22 Sep 2026 01:03:51 GMT</lastBuildDate><ttl>20</ttl><item><title>ThemedToolStrip</title><link>http://forum.strataframe.net/FindPost27435.aspx</link><description>Is it possible to search from a themedtoolstrip and enable/disable the objects that are placed there, for instance I have a number of buttons and when I click on one I want to disable all the others except 2 which I want to enable. Ican go through them by name but I was wondering if I can loop through them.</description><pubDate>Tue, 15 Jun 2010 11:07:11 GMT</pubDate><dc:creator>Ian Hammond</dc:creator></item><item><title>RE: ThemedToolStrip</title><link>http://forum.strataframe.net/FindPost27441.aspx</link><description>You are welcome Ian!</description><pubDate>Tue, 15 Jun 2010 11:07:11 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: ThemedToolStrip</title><link>http://forum.strataframe.net/FindPost27438.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Many thanks, worked a treat!&lt;/P&gt;&lt;P&gt;Regards</description><pubDate>Tue, 15 Jun 2010 10:40:47 GMT</pubDate><dc:creator>Ian Hammond</dc:creator></item><item><title>RE: ThemedToolStrip</title><link>http://forum.strataframe.net/FindPost27437.aspx</link><description>Hi Ian,&lt;br&gt;
&lt;br&gt;
Yes you can loop thought the items like this:&lt;br&gt;
[codesnippet] For Each Item As ToolStripItem In Me.ThemedToolStrip1.Items&lt;br&gt;
            MessageBox.Show(Item.Text)&lt;br&gt;
        Next[/codesnippet]&lt;br&gt;
&lt;br&gt;</description><pubDate>Tue, 15 Jun 2010 10:25:24 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>