F
Fred Chen
Hi,
I've created a custom component.
I would like my component to reference the runtime assembly when it is
added to a form. (The reason for this is because my component in the
design-time assembly is derived from the Component class, and I don't
want to expose that class to the user)
For the CompactFramework you can use the RuntimeAssemblyAttribute in
System.CF.Design.
Is there a simular attribute that is that can be used in the full
Framework?
Thanks,
Fred
I've created a custom component.
I would like my component to reference the runtime assembly when it is
added to a form. (The reason for this is because my component in the
design-time assembly is derived from the Component class, and I don't
want to expose that class to the user)
For the CompactFramework you can use the RuntimeAssemblyAttribute in
System.CF.Design.
Is there a simular attribute that is that can be used in the full
Framework?
Thanks,
Fred