Visual Studio automatically enables IntelliSense - through reflection it detects all classes, properties and methods in the dll file(s).
For additional convenience, each ComponentPro component is provided an XML file which contains the comments for its classes, properties and methods.
In code file, each time particular class/property/method is being selected from the dropdown of the autocomplete functionality, a tooltip with the comment for this class/property/method is displayed: