What Are The Properties Exposed By Activex Controls?
Answer»
Stock: These are standard properties supplied to every CONTROL, such as font or color. The DEVELOPERMUST activate stock properties, but there is little or no coding involved.
Ambient: These are properties of the environment that surrounds the control - properties of the container into which it has been placed. These can't be changed, but the control can use them to adjust its own properties. For example, it can set the control's background color to MATCH the container's background color.
Extended: These are properties that the container handles, usually involving size and PLACEMENT onscreen.
Custom: These are properties added by the control developer.