Implementing Properties

To implement properties for use by the Property Inspector, you must honor the contracts and protocols defined in the COM interfaces. Some of these interfaces are provided by Microsoft, while others are specific to the Property Inspector API. The Property Inspector API provides additional interfaces that let you customize the appearance of your property editors, and also to replace the default property editor with your own custom control.