At this point, the Note property is a fully implemented, normal Get/Set property. The next step is to use the Automation tab in ClassWizard to make the Note property a bindable property.
To make the Note property bindable
The Data Binding dialog box appears.
This specifies that this is a bindable property and that the container will be notified of all changes to this property.
ClassWizard changes the Note property definition in the file CIRC.ODL so that the type library includes the information that the Note property is bindable.