Share via


Tab OrderĀ 

The .NET Compact Framework supports tabbing between controls with the .NET Compact Framework version 1.0 Service Pack 2 and later.

The .NET Compact Framework version 2.0 supports the TabIndex and TabStop properties but does not support the UpdateZOrder method. In version 2.0, you are not required to explicitly set the first control to receive the focus.

If you are creating a custom control, set the Enabled **** property to true if you want it to receive focus.

NoteNote

Pocket PC applications do not display focus rectangles around controls that have the focus.

See Also

Other Resources

Windows Forms Controls in the .NET Compact Framework