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