I'm working on an OCX and would like to give it an Enabled property. Short of putting in a lot of
VB Code:
  1. If Enabled = True
statements, I can not figure an easy way of doing it. I can't help but think there must be an API call that will accept the control as a prameter and allow you to toggle between Enabled and Disabled.