|
Can someone please point me to a good article/tutorial on how to build design-time programming into my custom control?
I am building a custom gridviewcontrol that includes a contextmenustrip for formatting. The control works great, BUT my custom properties don't initially load the design-time-set properties when it runs.
Changing the properties after the initial load works fine, but the design time settings are ignored unless I store the result in a native property of the base class.
Any help would be grealy appreciated.
Sincerely, Glen Wolinsky
|