Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Focus Method Does not Set Focus to Control on a Tab Control
| Article ID | : | 949667 |
| Last Review | : | February 25, 2008 |
| Revision | : | 1.2 |
Source: Microsoft Support
Back to the top
RAPID PUBLISHING
RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION.
Back to the top
Action
You are programmatically controlling the user's movement between controls within a Tab control on a Microsoft .NET Framework Windows Form. The Windows Form contains a Tab control that has a number of controls distributed on different tab pages. For the last control on the tab page, you use the Focus method to set focus to the desired control on the next tab page.
Back to the top
Result
Focus does not shift to the desired control on the next tab page. Instead, focus shifts to the next control in the tab order on the parent form.
Back to the top
Cause
This occurs because the desired control is not currently visible, since the tab page containing it is not currently active. Â
Back to the top
Resolution
Select the containing tab page of the desired control and then call the Focus method to set focus to the control. You can do this by calling the SelectTab method of the Tab control prior to calling the Focus method.
Back to the top
More Information
In order for a control to receive input focus, the control must have a handle assigned to it, the Visible and Enabled properties must both be set to true for both the control and all its parent controls, and the control must be a form or the control's outermost parent must be a form. For more information, please see the following topics in the MSDN Library.
Control.Focus Method
http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.focus(VS.80).aspx (http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.focus(VS.80).aspx)Control.CanFocus Property
http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.canfocus(VS.80).aspx (http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.canfocus(VS.80).aspx)
Back to the top
DISCLAIMER
MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, RELIABILITY OR ACCURACY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE (THE “MATERIALSâ€) FOR ANY PURPOSE. THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE.
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.
Back to the top
APPLIES TO
| • | Microsoft .NET Framework 1.1 |
| • | Microsoft .NET Framework 1.1 Service Pack 1 |
| • | Microsoft .NET Framework 2.0 |
| • | Microsoft .NET Framework 2.0 x64 Edition |
| • | Microsoft .NET Framework 3.0 |
| • | Microsoft .NET Framework 3.5 |
Back to the top
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate
Be the first to leave feedback, to help others about this knowledge base
article.
(Optional) Name
(Optional)
Public URL Or Email
Comments
No
HTML -- Text Only Please