Is there a way that i may find out if a control is drawn during run-time or design time?
I was considering some playing around with the sub new method but that wont work.... there has to be to do it somewhere in this framework.
Ive looked aroudn in the Reflection Namespace but have had no luck.
Im trying to create a control design interface when a control i have designed is dropped on the form.
the idea is very simple...
If the control is dropped on a form during design time... give the user an option of of using a custom form designer to dictate the properties for the new control
if the control is added during runtime however i would like this feature dropped an automatically added to a form
the idea is virutaully identical with dropping a DataAdapter on a form and using its form designer.
any ideas to this one will be very appreciated
I was considering some playing around with the sub new method but that wont work.... there has to be to do it somewhere in this framework.
Ive looked aroudn in the Reflection Namespace but have had no luck.
Im trying to create a control design interface when a control i have designed is dropped on the form.
the idea is very simple...
If the control is dropped on a form during design time... give the user an option of of using a custom form designer to dictate the properties for the new control
if the control is added during runtime however i would like this feature dropped an automatically added to a form
the idea is virutaully identical with dropping a DataAdapter on a form and using its form designer.
any ideas to this one will be very appreciated