Discussion:
UserControl Clickable in Designtime like TabControl
(too old to reply)
florian schmalriede
2009-06-06 08:54:14 UTC
Permalink
Hello,

does somebody know, how I can make a UserControl / CustomControl which
contains Buttons which can be clicked and resolve Events in designtime like
a TabPage in a TabControl in designtime?

Thank you for answers

FF

url:http://www.ureader.com/gp/1442-1.aspx
G Himangi
2009-06-11 05:56:30 UTC
Permalink
Associate a new designer derived from ControlDesigner with your control
(using DesignerAttribute) and override the GetHitTest method.

---------
- G Himangi, LogicNP Software http://www.ssware.com
Shell MegaPack: Drop-In GUI Controls For Windows Explorer Like File And
Folder Browser Functionality
CryptoLicensing: Add licensing, copy-protection and activation to your
software
EZNamespaceExtensions: Fast and painless development of namespace extensions
EZShellExtensions: Rapid development of all shell extensions,explorer bars
and BHOs
---------
Post by florian schmalriede
Hello,
does somebody know, how I can make a UserControl / CustomControl which
contains Buttons which can be clicked and resolve Events in designtime like
a TabPage in a TabControl in designtime?
Thank you for answers
FF
url:http://www.ureader.com/gp/1442-1.aspx
Loading...