<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=TSLDataDisplay.TabOrder</id>
		<title>TSLDataDisplay.TabOrder - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=TSLDataDisplay.TabOrder"/>
		<link rel="alternate" type="text/html" href="http://mitov.com/wiki/index.php?title=TSLDataDisplay.TabOrder&amp;action=history"/>
		<updated>2026-04-18T13:50:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://mitov.com/wiki/index.php?title=TSLDataDisplay.TabOrder&amp;diff=4789&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="http://mitov.com/wiki/index.php?title=TSLDataDisplay.TabOrder&amp;diff=4789&amp;oldid=prev"/>
				<updated>2011-11-22T00:20:43Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
TabOrder is the order in which child windows are visited when&lt;br /&gt;
the user presses the Tab key. The control with the TabOrder&lt;br /&gt;
value of 0 is the control that has the focus when the form&lt;br /&gt;
first appears.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Initially, the tab order is always the order in which the&lt;br /&gt;
controls were added to the form. The first control added to&lt;br /&gt;
the form has a TabOrder value of 0, the second is 1, the&lt;br /&gt;
third is 2, and so on. Change this by changing the TabOrder&lt;br /&gt;
property.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Each control has a unique tab-order value within its parent.&lt;br /&gt;
If you change the TabOrder property value of one control to&lt;br /&gt;
be the same as the value of a second control, the TabOrder&lt;br /&gt;
value for all the other controls changes. For example,&lt;br /&gt;
suppose a control is sixth in the tab order. If you change&lt;br /&gt;
the control's TabOrder property value to 3 (making the&lt;br /&gt;
control fourth in the tab order), the control that was&lt;br /&gt;
originally fourth in the tab order now becomes fifth, and the&lt;br /&gt;
control that was fifth becomes sixth.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assigning TabOrder a value greater than the number of&lt;br /&gt;
controls contained in the parent control moves the control to&lt;br /&gt;
the end of the tab order. The control does not take on the&lt;br /&gt;
assigned value of TabOrder, but instead is given the number&lt;br /&gt;
that assures the control is the last in the tab order.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: TabOrder is meaningful only if the TabStop property is&lt;br /&gt;
true and if the control has a parent. (The TabOrder property&lt;br /&gt;
of a form is not used unless the form is the child of another&lt;br /&gt;
form.) A control with a TabOrder of -1 has no parent, and&lt;br /&gt;
therefore cannot be reached by pressing the Tab key. To&lt;br /&gt;
remove a parented control from the Tab order, set its TabStop&lt;br /&gt;
property to false.&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>