Tab Order and Focus improvements with SP2

  • Thread starter Thread starter Bruce Hamilton [MSFT]
  • Start date Start date
B

Bruce Hamilton [MSFT]

As of the .NET Compact Framework Service Pack 2 (SP2), tabbing is based on
the TabIndex property and is consistent with full .NET Framework (desktop)
applications. If one or more controls have the same tab index, tabbing
defers to z-order. For more information about these improvements, see the
"Tab Order and Focus" QuickStart on
http://samples.gotdotnet.com/quickstart/CompactFramework/. This QuickStart
is listed under the "Windows Forms and Graphics" section.

To get SP2, see
http://msdn.microsoft.com/mobility/downloads/updates/default.aspx.

Thanks,
- Bruce Hamilton
NET Compact Framework Programmer Writer

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
 
Please disregrad my previous post. Due to compatability concerns, the
TabIndex property was not included with SP2.

Sorry for the confusion this has caused.

- Bruce Hamilton
Microsoft
 
Back
Top