You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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 Panel Control:

EventDescriptionVersion IntroducedPro Version Introduced
OnClickFired when the user clicks on the button.  
OnContextMenuClickFired when a menu item on the custom context menu is clicked.3.0.3 
OnCustomDrawNo longer available.3.0.5 
OnDblClickFired when the user double clicks on the edit table.  
OnFileDropFired when the user drops files dragged from Windows Explorer.  
OnGotFocusFired when the control receives input focus.3.0.73.1.0
OnHScrollFired when the user scrolls horizontally.  
OnLostFocusFired when the control loses input focus.3.0.73.1.0
OnMouseEnterFired when the mouse enters the control.  
OnMouseExitFired when the mouse leaves the control.  
OnVScrollFired when the user scrolls vertically.  
OnZoomFired when the user zooms using the mouse wheel.  
  • No labels