OLE control events provide a way for the OLE control to communicate back to OpenInsight. Once an event has been qualified using OI's QUALIFY_EVENT message, then the OLE control will fire the event to OpenInsight allowing you to respond to any one of the control's predefined actions. Some events allow you to stop certain actions before they occur, so be sure to read the Remarks section of each event carefully. The following events apply to the SRP Subclass Control:

EventDescriptionVersion Introduced
OnBalloonClickedFired when the user clicks on a balloon tooltip. 
OnComboClickFired when the user clicks on an item in a combo drop down. 
OnOptionClickFired when the user clicks on an option button in an edit line. 
OnSpinClickFired when the user clicks on a spin button in an edit line. 
  • No labels