Re: [DOTNET] Shift-Tab in custom control derived from Control

2002-05-14 Thread Chris Kinsman
Any comments on where to find it in ContainerControl because I surely couldn't! Very odd that tab works and not Shift-Tab however... You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] Shift-Tab in custom control derived from Control

2002-05-13 Thread Chris Kinsman
Yep. I went that route. ProcessDialogKey() wasn't even being called. Come to find out I needed to derive from ContainerControl instead of Control to get the behavior. Never did figure out exactly the difference between Control and ContainerControl that fixed it. > >It would seem that your cont

[DOTNET] Shift-Tab in custom control derived from Control

2002-05-07 Thread Chris Kinsman
I have created a control that is a composite control. It derives from Control and not ContainerControl. What I have found is that if I place it on a form with several other controls I can press TAB and move the focus to it and away from it just fine. If I however press Shift-TAB the focus gets