<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>What is Control.SelectNextControl(...)?</title><link>http://blogs.msdn.com/subhagpo/archive/2005/02/25/380771.aspx</link><description>Today I recieved a question on Winforms discussion list about SelectNextControl function on control and I thought it might be worth sharing some thoughts on this topic. The name "SelectNextControl" suggests that this function would select the next control</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: What is Control.SelectNextControl(...)?</title><link>http://blogs.msdn.com/subhagpo/archive/2005/02/25/380771.aspx#380953</link><pubDate>Sat, 26 Feb 2005 16:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:380953</guid><dc:creator>matt</dc:creator><description>Doesn't that assume that the parent of the button is the form? What if the button is currently on a user control or panel? Should you be using TopLevelControl istead? I'm asking because I don't really know the answer. </description></item><item><title>re: What is Control.SelectNextControl(...)?</title><link>http://blogs.msdn.com/subhagpo/archive/2005/02/25/380771.aspx#380989</link><pubDate>Sat, 26 Feb 2005 19:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:380989</guid><dc:creator>.</dc:creator><description>Maybe it should be redesigned if you have to explain it that much.</description></item><item><title>re: What is Control.SelectNextControl(...)?</title><link>http://blogs.msdn.com/subhagpo/archive/2005/02/25/380771.aspx#381342</link><pubDate>Sun, 27 Feb 2005 23:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:381342</guid><dc:creator>subhag oak</dc:creator><description>Matt: The code (in button click) doesnt assume that the button is on the form.I am casting the Parent of the button to a control and hence this code would work if the button is on a panel or userControl since the SelectNextControl would get called on the panel or userControl in such a case. But if you want to by-pass the parent-hiearchy and focus the control on the main (TOPLEVEL) then you can call the TopLevelControl. &lt;br&gt;&lt;br&gt;-SOak.</description></item><item><title>Using a hardware key to tab through controls</title><link>http://blogs.msdn.com/subhagpo/archive/2005/02/25/380771.aspx#1553578</link><pubDate>Tue, 30 Jan 2007 01:27:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1553578</guid><dc:creator>blue collar</dc:creator><description>&lt;p&gt;The question of using a hardware button to tab through the controls on a form came up on the Compact&lt;/p&gt;
</description></item></channel></rss>