|
-
Nov 21st, 2008, 11:33 PM
#2
Re: [3.0/LINQ] Allow inherited control to be selectable and have focus
What you're doing is wrong. A UserControl is supposed to be a container for multiple child controls. That's what the UserControl class exists for. If you want to make a control that can receive focus then you should be inheriting the Control class, not the UserControl class.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|