Using ActiveX PropertyBags from C#
Posted
by Jason
on Stack Overflow
See other posts from Stack Overflow
or by Jason
Published on 2009-01-07T20:03:06Z
Indexed on
2010/03/18
16:31 UTC
Read the original article
Hit count: 224
I have created a .NET user control with an ActiveX interface. It works well.
Now, I want to be able to read and write from the property bag for the ActiveX interface.
How would I do this?
© Stack Overflow or respective owner